Skip to content

Commit cc4d17c

Browse files
committed
Fix script name
1 parent 637fb24 commit cc4d17c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

examples/spend-pay-to-script-hash-txout.py renamed to examples/spend-p2pkh-txout.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
# propagated, or distributed except according to the terms contained in the
1212
# LICENSE file.
1313

14-
"""Low-level example of how to spend a standard pay-to-pubkey-hash txout"""
14+
"""Low-level example of how to spend a standard pay-to-pubkey-hash (P2PKH) txout"""
1515

1616
import sys
1717
if sys.version_info.major < 3:

0 commit comments

Comments
 (0)