This commit is contained in:
ThomasV 2017-08-27 09:22:57 +02:00
parent 9ee10ab3e1
commit 8cb714fb70
1 changed files with 1 additions and 1 deletions

View File

@ -393,7 +393,7 @@ def get_address_from_output_script(_bytes):
if match_decoded(decoded, match):
return TYPE_ADDRESS, hash160_to_p2sh(decoded[1][1])
return TYPE_SCRIPT, _bytes
return TYPE_SCRIPT, bh2u(_bytes)
def parse_input(vds):