1
0

check if multisig transaction is complete, add is_complete to json output

This commit is contained in:
thomasv
2013-02-23 15:11:41 +01:00
parent a56220f050
commit bd8dbbf79b
2 changed files with 30 additions and 16 deletions

View File

@@ -788,7 +788,7 @@ if __name__ == '__main__':
private_keys = pk
tx.sign( private_keys )
print_msg(tx)
print_json({ "hex":str(tx),"complete":tx.is_complete})
elif cmd == 'listunspent':