mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2025-03-25 08:38:45 +00:00
print spam cleanup
This commit is contained in:
parent
8061459832
commit
79d117d7f1
1 changed files with 1 additions and 3 deletions
|
@ -1696,9 +1696,7 @@ class BitcoinCashWallet extends CoinServiceAPI
|
||||||
}
|
}
|
||||||
final scripthash =
|
final scripthash =
|
||||||
_convertToScriptHash(allAddresses[i].value, _network);
|
_convertToScriptHash(allAddresses[i].value, _network);
|
||||||
if (kDebugMode) {
|
|
||||||
print("SCRIPT_HASH_FOR_ADDRESS ${allAddresses[i]} IS $scripthash");
|
|
||||||
}
|
|
||||||
batches[batchNumber]!.addAll({
|
batches[batchNumber]!.addAll({
|
||||||
scripthash: [scripthash]
|
scripthash: [scripthash]
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in a new issue