Skip to content

Commit 3eb0e14

Browse files
committed
Fix rawtransaction.py test
1 parent 93e3294 commit 3eb0e14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/functional/rawtransactions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ def run_test(self):
171171
self.sync_all()
172172
self.nodes[0].generate(1)
173173
self.sync_all()
174-
assert_equal(self.nodes[0].getbalance(), bal+Decimal('50.00000000')+Decimal('2.19000000')) #block reward + tx
174+
assert_equal(self.nodes[0].getbalance(), bal+Decimal('500.00000000')+Decimal('2.19000000')) #block reward + tx
175175

176176
# getrawtransaction tests
177177
# 1. valid parameters - only supply txid

0 commit comments

Comments
 (0)