Fix failing tests
This commit is contained in:
@@ -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!
|
||||
|
||||
Reference in New Issue
Block a user