aboutsummaryrefslogtreecommitdiff
path: root/test/functional/wallet_send.py
diff options
context:
space:
mode:
authorSamuel Dobson <dobsonsa68@gmail.com>2021-10-06 12:18:33 +1300
committerSamuel Dobson <dobsonsa68@gmail.com>2021-10-06 12:18:33 +1300
commiteb02dbba3cd9f7294cd81e268cf85a1de7a71d02 (patch)
tree89ad2b55874fb113f9fa7df6b5e44b79be58d4ae /test/functional/wallet_send.py
parent113b863f0773999497f952daa6539a03a66a9de3 (diff)
downloadbitcoin-eb02dbba3cd9f7294cd81e268cf85a1de7a71d02.tar.xz
Use self.generate not node.generate throughout tests
Diffstat (limited to 'test/functional/wallet_send.py')
-rwxr-xr-xtest/functional/wallet_send.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/functional/wallet_send.py b/test/functional/wallet_send.py
index 7b23235945..a00e326fd4 100755
--- a/test/functional/wallet_send.py
+++ b/test/functional/wallet_send.py
@@ -502,7 +502,7 @@ class WalletSendTest(BitcoinTestFramework):
self.nodes[0].sendtoaddress(addr, 10)
self.nodes[0].sendtoaddress(ext_wallet.getnewaddress(), 10)
- self.nodes[0].generate(6)
+ self.generate(self.nodes[0], 6)
ext_utxo = ext_fund.listunspent(addresses=[addr])[0]
# An external input without solving data should result in an error