wallet: remove test amount

This commit is contained in:
ardocrat 2023-08-16 04:42:32 +03:00
parent 322adf66b4
commit fc48e60608

View file

@ -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.