aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorDimitris Apostolou <dimitris.apostolou@icloud.com>2021-11-13 01:43:17 +0200
committerDimitris Apostolou <dimitris.apostolou@icloud.com>2021-11-13 20:05:56 +0200
commit2de1ceb2e9180d40611a6d32b3a9470c242952e0 (patch)
tree8a32ee4e07c398b32ceece5076f1c10267f67cf1 /test
parent5cc083cd46ad71510f56af957e2e8733c388c6f1 (diff)
downloadbitcoin-2de1ceb2e9180d40611a6d32b3a9470c242952e0.tar.xz
depends, wallet: fix typos
Diffstat (limited to 'test')
-rwxr-xr-xtest/functional/wallet_multisig_descriptor_psbt.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/functional/wallet_multisig_descriptor_psbt.py b/test/functional/wallet_multisig_descriptor_psbt.py
index ed855d2525..64799fccda 100755
--- a/test/functional/wallet_multisig_descriptor_psbt.py
+++ b/test/functional/wallet_multisig_descriptor_psbt.py
@@ -85,7 +85,7 @@ class WalletMultisigDescriptorPSBTTest(BitcoinTestFramework):
# This wallet will be the participant's `signer` for the resulting multisig. Avoid reusing this wallet for any other purpose (for privacy reasons).
"signers": [node.get_wallet_rpc(node.createwallet(wallet_name=f"participant_{self.nodes.index(node)}", descriptors=True)["name"]) for node in self.nodes],
# After participants generate and exchange their xpubs they will each create their own watch-only multisig.
- # Note: these multisigs are all the same, this justs highlights that each participant can independently verify everything on their own node.
+ # Note: these multisigs are all the same, this just highlights that each participant can independently verify everything on their own node.
"multisigs": []
}