mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2024-11-17 09:47:37 +00:00
remove typo
This commit is contained in:
parent
af1993cc01
commit
aeff2f82ae
1 changed files with 1 additions and 1 deletions
|
@ -2671,7 +2671,7 @@ class FiroWallet extends CoinServiceAPI
|
|||
|
||||
Future<List<Map<String, dynamic>>> createMintsFromAmount(int total) async {
|
||||
var tmpTotal = total;
|
||||
var index = 1; //
|
||||
var index = 1;
|
||||
var mints = <Map<String, dynamic>>[];
|
||||
final nextFreeMintIndex = firoGetMintIndex()!;
|
||||
while (tmpTotal > 0) {
|
||||
|
|
Loading…
Reference in a new issue