1
0
This commit is contained in:
ThomasV
2017-10-04 09:24:34 +02:00
parent 91ed74a95f
commit 9f6e174b4f
2 changed files with 2 additions and 2 deletions

View File

@@ -333,7 +333,6 @@ def script_to_p2wsh(script):
return hash_to_segwit_addr(sha256(bfh(script)))
def p2wpkh_nested_script(pubkey):
pubkey = safe_parse_pubkey(pubkey)
pkh = bh2u(hash_160(bfh(pubkey)))
return '00' + push_script(pkh)