ported Bitcoin PR 7229 to resolve Issue #16

This commit is contained in:
jahway603
2023-11-22 16:55:19 -05:00
parent 4887fa6447
commit f5f52a7e81
2 changed files with 7 additions and 2 deletions

View File

@@ -221,7 +221,7 @@ class WalletTest (BitcoinTestFramework):
for uTx in unspentTxs:
if uTx['txid'] == zeroValueTxid:
found = True
assert_equal(uTx['amount'], Decimal('0.00000000'))
assert_equal(uTx['amount'], Decimal('0'))
assert(found)
#do some -walletbroadcast tests