Skip to content

Commit

Permalink
Fix rawtransaction.py test
Browse files Browse the repository at this point in the history
  • Loading branch information
codablock committed Sep 23, 2019
1 parent 93e3294 commit 3eb0e14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/functional/rawtransactions.py
Expand Up @@ -171,7 +171,7 @@ def run_test(self):
self.sync_all()
self.nodes[0].generate(1)
self.sync_all()
assert_equal(self.nodes[0].getbalance(), bal+Decimal('50.00000000')+Decimal('2.19000000')) #block reward + tx
assert_equal(self.nodes[0].getbalance(), bal+Decimal('500.00000000')+Decimal('2.19000000')) #block reward + tx

# getrawtransaction tests
# 1. valid parameters - only supply txid
Expand Down

0 comments on commit 3eb0e14

Please sign in to comment.