utxo confirmations ui fix

This commit is contained in:
julian 2023-03-07 12:40:47 -06:00
parent 06b3d69b45
commit 056e1661c5

View file

@ -239,7 +239,7 @@ class _UtxoDetailsViewState extends ConsumerState<UtxoDetailsView> {
height: 4,
),
Text(
"${currentHeight - utxo!.blockHeight!}",
"${utxo!.getConfirmations(currentHeight)}",
style: STextStyles.w500_14(context),
),
],