mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2025-01-11 05:04:35 +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 =
|
||||
_convertToScriptHash(allAddresses[i].value, _network);
|
||||
if (kDebugMode) {
|
||||
print("SCRIPT_HASH_FOR_ADDRESS ${allAddresses[i]} IS $scripthash");
|
||||
}
|
||||
|
||||
batches[batchNumber]!.addAll({
|
||||
scripthash: [scripthash]
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue