From aeff2f82aebef10e45512e4d453e2d9840e43c2c Mon Sep 17 00:00:00 2001 From: sneurlax Date: Mon, 10 Apr 2023 16:58:07 -0500 Subject: [PATCH] remove typo --- lib/services/coins/firo/firo_wallet.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/services/coins/firo/firo_wallet.dart b/lib/services/coins/firo/firo_wallet.dart index 49d0bda1f..665ab063a 100644 --- a/lib/services/coins/firo/firo_wallet.dart +++ b/lib/services/coins/firo/firo_wallet.dart @@ -2671,7 +2671,7 @@ class FiroWallet extends CoinServiceAPI Future>> createMintsFromAmount(int total) async { var tmpTotal = total; - var index = 1; // + var index = 1; var mints = >[]; final nextFreeMintIndex = firoGetMintIndex()!; while (tmpTotal > 0) {