Skip to content

Commit 1214cec

Browse files
authored
Update rpc_fundrawtransaction.py
1 parent 615bf8e commit 1214cec

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/functional/rpc_fundrawtransaction.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -633,7 +633,7 @@ def test_many_inputs_send(self):
633633
self.nodes[1].sendrawtransaction(fundedAndSignedTx['hex'])
634634
self.generate(self.nodes[1], 1)
635635
self.sync_all()
636-
assert_equal(oldBalance+Decimal('6335901.85210000'), self.nodes[0].getbalance()) #
636+
assert_equal(oldBalance+Decimal('72000.19109500'), self.nodes[0].getbalance()) #0.191095+block reward
637637

638638
def test_op_return(self):
639639
self.log.info("Test fundrawtxn with OP_RETURN and no vin")
@@ -1057,4 +1057,4 @@ def test_feerate_rounding(self):
10571057

10581058

10591059
if __name__ == '__main__':
1060-
RawTransactionsTest().main()
1060+
RawTransactionsTest().main()

0 commit comments

Comments
 (0)