We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ebc85bf commit 6e9e31eCopy full SHA for 6e9e31e
bitcoin/wallet.py
@@ -315,7 +315,7 @@ class P2WPKHBitcoinAddress(CBech32BitcoinAddress):
315
316
@classmethod
317
def from_scriptPubKey(cls, scriptPubKey):
318
- """Convert a scriptPubKey to a P2WSH address
+ """Convert a scriptPubKey to a P2WPKH address
319
320
Raises CBitcoinAddressError if the scriptPubKey isn't of the correct
321
form.
0 commit comments