Skip to content

Commit

Permalink
adding wallet name to unused btc address
Browse files Browse the repository at this point in the history
  • Loading branch information
daliclovr committed Jul 19, 2023
1 parent 67c4aaf commit f1200ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Pages/Wallets.razor
Original file line number Diff line number Diff line change
Expand Up @@ -849,7 +849,7 @@

if (bitcoinAddress != null)
{
_textModalTitle = $"Unused BTC Address for funding this wallet";
_textModalTitle = $"Wallet: {wallet.Name} - Unused BTC Address for funding this wallet";
_textModalContent = bitcoinAddress.ToString();
_textModalCopy = true;
await _textModalRef.Show();
Expand Down

0 comments on commit f1200ae

Please sign in to comment.