mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2025-01-23 19:05:51 +00:00
utxo confirmations ui fix
This commit is contained in:
parent
06b3d69b45
commit
056e1661c5
1 changed files with 1 additions and 1 deletions
|
@ -239,7 +239,7 @@ class _UtxoDetailsViewState extends ConsumerState<UtxoDetailsView> {
|
||||||
height: 4,
|
height: 4,
|
||||||
),
|
),
|
||||||
Text(
|
Text(
|
||||||
"${currentHeight - utxo!.blockHeight!}",
|
"${utxo!.getConfirmations(currentHeight)}",
|
||||||
style: STextStyles.w500_14(context),
|
style: STextStyles.w500_14(context),
|
||||||
),
|
),
|
||||||
],
|
],
|
||||||
|
|
Loading…
Reference in a new issue