Skip to content

Commit

Permalink
Merge pull request #1851 from MarnixCroes/btc
Browse files Browse the repository at this point in the history
change 0.000000 to 0 for empty balance
  • Loading branch information
MarnixCroes authored Oct 30, 2024
2 parents c3711d2 + cf05f76 commit 03a6291
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/FAQ/FAQ-UseWasabi.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
2 changes: 1 addition & 1 deletion docs/getting-started/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 03a6291

Please sign in to comment.