diff --git a/lib/services/coins/firo/firo_wallet.dart b/lib/services/coins/firo/firo_wallet.dart index e7b0451a4..cb5b124a1 100644 --- a/lib/services/coins/firo/firo_wallet.dart +++ b/lib/services/coins/firo/firo_wallet.dart @@ -2460,7 +2460,14 @@ class FiroWallet extends CoinServiceAPI with WalletCache, WalletDB, FiroHive { // Logging.instance.log("$value $tx $ltx"); if (!jindexes!.contains(value.index) && tx == null) { + if (!value.isUsed && + ltx != null && + ltx.isConfirmed(currentChainHeight, MINIMUM_CONFIRMATIONS)) { + // mint tx, add value to balance + intLelantusBalance += value.value; + } /* else { // This coin is not confirmed and may be replaced + }*/ } else if (jindexes.contains(value.index) && tx == null && !value.isUsed &&