aboutsummaryrefslogtreecommitdiff
path: root/test/functional/test_framework/blocktools.py
diff options
context:
space:
mode:
authorMeshCollider <dobsonsa68@gmail.com>2018-10-09 22:18:34 +0900
committerMeshCollider <dobsonsa68@gmail.com>2018-10-25 09:30:57 +1300
commit353c064596fc2e2c149987ac3b3c11b4c90c4d5f (patch)
tree482cdb641f86879e4c08499b1dd7db03885ad760 /test/functional/test_framework/blocktools.py
parentf6ed748cf045d7f0d9a49e15cc0c0001610b9231 (diff)
downloadbitcoin-353c064596fc2e2c149987ac3b3c11b4c90c4d5f.tar.xz
Fix typo in test_framework/blocktools
Diffstat (limited to 'test/functional/test_framework/blocktools.py')
-rw-r--r--test/functional/test_framework/blocktools.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/functional/test_framework/blocktools.py b/test/functional/test_framework/blocktools.py
index 35004fb588..81cce1167b 100644
--- a/test/functional/test_framework/blocktools.py
+++ b/test/functional/test_framework/blocktools.py
@@ -169,7 +169,7 @@ def get_legacy_sigopcount_tx(tx, accurate=True):
return count
def witness_script(use_p2wsh, pubkey):
- """Create a scriptPubKey for a pay-to-wtiness TxOut.
+ """Create a scriptPubKey for a pay-to-witness TxOut.
This is either a P2WPKH output for the given pubkey, or a P2WSH output of a
1-of-1 multisig for the given pubkey. Returns the hex encoding of the