mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-03-05 14:06:27 -05:00
test: Remove unused bug workaround
This commit is contained in:
parent
faabce7d07
commit
fad25153f5
2 changed files with 0 additions and 2 deletions
|
@ -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)
|
||||
|
||||
|
|
|
@ -42,7 +42,6 @@ class TxnMallTest(BitcoinTestFramework):
|
|||
|
||||
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!
|
||||
|
||||
# Assign coins to foo and bar addresses:
|
||||
node0_address_foo = self.nodes[0].getnewaddress()
|
||||
|
|
Loading…
Add table
Reference in a new issue