1
0

2of3 accounts

This commit is contained in:
ThomasV
2013-08-15 15:27:03 +02:00
parent 215f64e64d
commit c9a473c225
3 changed files with 54 additions and 22 deletions

View File

@@ -508,8 +508,7 @@ class Transaction:
raise
s += 'ae'
out = { "address": hash_160_to_bc_address(hash_160(s.decode('hex')), 5), "redeemScript":s }
return out
return s
@classmethod
def serialize( klass, inputs, outputs, for_sig = None ):