Skip to content

Commit e3b9035

Browse files
committed
Minor: typo
1 parent 26e30e7 commit e3b9035

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

bitcoin/wallet.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ def from_bytes(cls, data, nVersion=None):
8989

9090
@classmethod
9191
def from_scriptPubKey(cls, scriptPubKey):
92-
"""Convert a scriptPubKey to a P2PKH address
92+
"""Convert a scriptPubKey to a P2SH address
9393
9494
Raises CBitcoinAddressError if the scriptPubKey isn't of the correct
9595
form.

0 commit comments

Comments
 (0)