aboutsummaryrefslogtreecommitdiff
path: root/test/functional/wallet_descriptor.py
diff options
context:
space:
mode:
authorMarcoFalke <falke.marco@gmail.com>2021-10-06 13:40:24 +0200
committerMarcoFalke <falke.marco@gmail.com>2021-10-06 13:39:44 +0200
commitfac7f6102feb1eb1c47ea8cb1c75c4f4dbf2f6b0 (patch)
tree1806cdf9cc8249d023ca8319d612276399195435 /test/functional/wallet_descriptor.py
parentfaac1cda6e2ca1d86b1551fc90453132f249d511 (diff)
downloadbitcoin-fac7f6102feb1eb1c47ea8cb1c75c4f4dbf2f6b0.tar.xz
test: Use generate* node RPC, not wallet RPC
Diffstat (limited to 'test/functional/wallet_descriptor.py')
-rwxr-xr-xtest/functional/wallet_descriptor.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/functional/wallet_descriptor.py b/test/functional/wallet_descriptor.py
index 17a4c79da3..4ec44a8a6c 100755
--- a/test/functional/wallet_descriptor.py
+++ b/test/functional/wallet_descriptor.py
@@ -84,7 +84,7 @@ class WalletDescriptorTest(BitcoinTestFramework):
send_wrpc = self.nodes[0].get_wallet_rpc("desc1")
# Generate some coins
- self.generatetoaddress(send_wrpc, COINBASE_MATURITY + 1, send_wrpc.getnewaddress())
+ self.generatetoaddress(self.nodes[0], COINBASE_MATURITY + 1, send_wrpc.getnewaddress())
# Make transactions
self.log.info("Test sending and receiving")