aboutsummaryrefslogtreecommitdiff
path: root/test/functional/wallet_txn_doublespend.py
diff options
context:
space:
mode:
authorMarcoFalke <falke.marco@gmail.com>2021-02-16 16:39:09 +0100
committerMarcoFalke <falke.marco@gmail.com>2021-02-16 16:28:40 +0100
commitfad25153f5c8e88f72cf666b16b0b0dbdc45d3b1 (patch)
tree2719bb7b799477a3f85ee387b7ec4ee9a21cdb8c /test/functional/wallet_txn_doublespend.py
parentfaabce7d07c5776e4116b1a7ad1f6c408a4a4e46 (diff)
downloadbitcoin-fad25153f5c8e88f72cf666b16b0b0dbdc45d3b1.tar.xz
test: Remove unused bug workaround
Diffstat (limited to 'test/functional/wallet_txn_doublespend.py')
-rwxr-xr-xtest/functional/wallet_txn_doublespend.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/functional/wallet_txn_doublespend.py b/test/functional/wallet_txn_doublespend.py
index 3f3feb74ce..0cb7328948 100755
--- a/test/functional/wallet_txn_doublespend.py
+++ b/test/functional/wallet_txn_doublespend.py
@@ -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()