We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf57e33 commit acc14c5Copy full SHA for acc14c5
test/functional/rpc_rawtransaction.py
@@ -445,7 +445,7 @@ def run_test(self):
445
446
self.sync_all()
447
inputs = [{ "txid" : txId, "vout" : vout['n'] }]
448
- outputs = { self.nodes[0].getnewaddress() : Decimal("0.999990000") } # 10000 sat fee
+ outputs = { self.nodes[0].getnewaddress() : Decimal("0.99990000") } # 10000 sat fee
449
rawTx = self.nodes[2].createrawtransaction(inputs, outputs)
450
rawTxSigned = self.nodes[2].signrawtransactionwithwallet(rawTx)
451
assert_equal(rawTxSigned['complete'], True)
0 commit comments