From cf05f76f7fb212c604d53845185c8706b846c56f Mon Sep 17 00:00:00 2001 From: Marnix <93143998+MarnixCroes@users.noreply.github.com> Date: Wed, 30 Oct 2024 10:38:55 -0400 Subject: [PATCH] change 0.000000 to 0 --- docs/FAQ/FAQ-UseWasabi.md | 2 +- docs/getting-started/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/FAQ/FAQ-UseWasabi.md b/docs/FAQ/FAQ-UseWasabi.md index 63ec05bd23..376047558e 100644 --- a/docs/FAQ/FAQ-UseWasabi.md +++ b/docs/FAQ/FAQ-UseWasabi.md @@ -711,7 +711,7 @@ Read more [here](/using-wasabi/Send.md#speed-up-or-cancel-transaction). ### Why is there no `Send` button, only the `Receive` button is displayed? -When the wallet has a balance of 0.00000000 BTC, the `Send` button is hidden because there is no bitcoin to send. +When the wallet has a balance of 0, the `Send` button is hidden because there is no bitcoin to send. So this happens when a new wallet has just been generated and it hasn't received any bitcoin yet. Receive some bitcoin and then the `Send` button will automatically be displayed. diff --git a/docs/getting-started/README.md b/docs/getting-started/README.md index b5fd5069c0..5a78bcee4e 100644 --- a/docs/getting-started/README.md +++ b/docs/getting-started/README.md @@ -62,7 +62,7 @@ If you lose your passphrase you lose your bitcoin. ## Receive bitcoin -As you can see, the new wallet is empty as it has 0.00000000 BTC. +As you can see, the new wallet is empty as it has a balance of 0. Click on `Receive` at the top right to [receive](/using-wasabi/Receive.md) some bitcoin to this new wallet. ## Coinjoin