diff --git a/lib/services/coins/firo/firo_wallet.dart b/lib/services/coins/firo/firo_wallet.dart index 1653a0a8a..e7b0451a4 100644 --- a/lib/services/coins/firo/firo_wallet.dart +++ b/lib/services/coins/firo/firo_wallet.dart @@ -2654,7 +2654,7 @@ class FiroWallet extends CoinServiceAPI with WalletCache, WalletDB, FiroHive { Future>> createMintsFromAmount(int total) async { var tmpTotal = total; - var index = 0; + var index = 1; var mints = >[]; final nextFreeMintIndex = firoGetMintIndex()!; while (tmpTotal > 0) {