Update wallet.py

pull/127/head
MajesticBank 2 years ago committed by GitHub
parent 319aadc025
commit 26de5bb269
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -237,6 +237,7 @@ class JSONRPCWallet(object):
"note": data.get("note", None),
"transaction": self._tx(data),
"local_address": laddr,
"unlock_time": data["unlock_time"]
}
if "destinations" in data:
result["destinations"] = [

Loading…
Cancel
Save