print spam cleanup

This commit is contained in:
julian 2023-10-20 16:05:30 -06:00
parent 8061459832
commit 79d117d7f1

View file

@ -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]
});