wallet: remove test amount
This commit is contained in:
parent
322adf66b4
commit
fc48e60608
1 changed files with 1 additions and 1 deletions
|
@ -147,7 +147,7 @@ impl WalletContent {
|
|||
ui.add_space(3.0);
|
||||
// Show spendable amount.
|
||||
let amount = amount_to_hr_string(data.info.amount_currently_spendable, false);
|
||||
let amount_text = format!("1234567{} ツ", amount);
|
||||
let amount_text = format!("{} ツ", amount);
|
||||
ui.label(RichText::new(amount_text).size(18.0).color(Colors::BLACK));
|
||||
|
||||
// Show account name.
|
||||
|
|
Loading…
Reference in a new issue