mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-06-29 10:19:26 +02:00
test: Remove unused bug workaround
This commit is contained in:
@ -41,7 +41,6 @@ class TxnMallTest(BitcoinTestFramework):
|
||||
starting_balance = 1250
|
||||
for i in range(3):
|
||||
assert_equal(self.nodes[i].getbalance(), starting_balance)
|
||||
self.nodes[i].getnewaddress() # bug workaround, coins generated assigned to first getnewaddress!
|
||||
|
||||
self.nodes[0].settxfee(.001)
|
||||
|
||||
|
Reference in New Issue
Block a user