Skip to content

Commit 9918712

Browse files
committed
Merge #223: Fix typo: P2WSH -> P2WPKH
6e9e31e fix typo: P2WSH -> P2WPKH (Bryan Bishop) Pull request description: Fix a minor typo in a docstring. Top commit has no ACKs. Tree-SHA512: a88181b4e906cf44479c575fff4bae6786160a61ba0f54dec23f3cb4cdfd65ee7f29b4faa4f365da8119527ab9c77fbfdd506220456b8f680192637ac6ea48d6
2 parents ebc85bf + 6e9e31e commit 9918712

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bitcoin/wallet.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -315,7 +315,7 @@ class P2WPKHBitcoinAddress(CBech32BitcoinAddress):
315315

316316
@classmethod
317317
def from_scriptPubKey(cls, scriptPubKey):
318-
"""Convert a scriptPubKey to a P2WSH address
318+
"""Convert a scriptPubKey to a P2WPKH address
319319
320320
Raises CBitcoinAddressError if the scriptPubKey isn't of the correct
321321
form.

0 commit comments

Comments
 (0)