1
0

fix bug with signatures

This commit is contained in:
ThomasV
2013-08-17 23:01:16 +02:00
parent 81b84fd5ef
commit 0cef6c2454
2 changed files with 3 additions and 4 deletions

View File

@@ -346,8 +346,8 @@ def get_address_from_input_script(bytes):
redeemScript = decoded[-1][1]
num = len(match) - 2
signatures = map(lambda x:x[1].encode('hex'), decoded[1:-1])
signatures = map(lambda x:x[1][:-1].encode('hex'), decoded[1:-1])
dec2 = [ x for x in script_GetOp(redeemScript) ]
# 2 of 2