We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 26e30e7 commit e3b9035Copy full SHA for e3b9035
1 file changed
bitcoin/wallet.py
@@ -89,7 +89,7 @@ def from_bytes(cls, data, nVersion=None):
89
90
@classmethod
91
def from_scriptPubKey(cls, scriptPubKey):
92
- """Convert a scriptPubKey to a P2PKH address
+ """Convert a scriptPubKey to a P2SH address
93
94
Raises CBitcoinAddressError if the scriptPubKey isn't of the correct
95
form.
0 commit comments