Fix failing tests

This commit is contained in:
Jack Grigg
2016-06-10 16:16:33 +12:00
parent d4388ed52b
commit 3fe29eab90
2 changed files with 11 additions and 11 deletions

View File

@@ -41,8 +41,8 @@ class PourTxTest(BitcoinTestFramework):
assert_equal(self.cannot_pour(node, txn), True)
def run_test(self):
# All nodes should start with 1,250 BTC:
starting_balance = 1000
# All nodes should start with 250 BTC:
starting_balance = 250
for i in range(4):
assert_equal(self.nodes[i].getbalance(), starting_balance)
self.nodes[i].getnewaddress("") # bug workaround, coins generated assigned to first getnewaddress!