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 93e3294 commit 3eb0e14Copy full SHA for 3eb0e14
test/functional/rawtransactions.py
@@ -171,7 +171,7 @@ def run_test(self):
171
self.sync_all()
172
self.nodes[0].generate(1)
173
174
- 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
175
176
# getrawtransaction tests
177
# 1. valid parameters - only supply txid
0 commit comments