Skip to content

Commit 353c064

Browse files
committed
Fix typo in test_framework/blocktools
1 parent f6ed748 commit 353c064

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/functional/test_framework/blocktools.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ def get_legacy_sigopcount_tx(tx, accurate=True):
169169
return count
170170

171171
def witness_script(use_p2wsh, pubkey):
172-
"""Create a scriptPubKey for a pay-to-wtiness TxOut.
172+
"""Create a scriptPubKey for a pay-to-witness TxOut.
173173
174174
This is either a P2WPKH output for the given pubkey, or a P2WSH output of a
175175
1-of-1 multisig for the given pubkey. Returns the hex encoding of the

0 commit comments

Comments
 (0)