Skip to content

Commit

Permalink
Fix typo in test_framework/blocktools
Browse files Browse the repository at this point in the history
  • Loading branch information
meshcollider committed Oct 24, 2018
1 parent f6ed748 commit 353c064
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/functional/test_framework/blocktools.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 353c064

Please sign in to comment.