|
|
|
@ -872,6 +872,7 @@ class Abstract_Wallet(PrintError): |
|
|
|
for item in u: |
|
|
|
for item in u: |
|
|
|
if len(inputs) >= imax: |
|
|
|
if len(inputs) >= imax: |
|
|
|
break |
|
|
|
break |
|
|
|
|
|
|
|
item['type'] = 'p2pkh' |
|
|
|
item['scriptPubKey'] = pay_script |
|
|
|
item['scriptPubKey'] = pay_script |
|
|
|
item['redeemPubkey'] = pubkey |
|
|
|
item['redeemPubkey'] = pubkey |
|
|
|
item['address'] = address |
|
|
|
item['address'] = address |
|
|
|
|