Add count confirmation to Transaction

pull/131/head
TrueFalsee 1 year ago
parent 3f3a4cdc2a
commit ddf25650cd

@ -1585,6 +1585,7 @@ class JSONRPCDaemon(object):
else None,
blob=binascii.unhexlify(tx["as_hex"]) or None,
json=as_json,
confirmations=tx["confirmations"],
)
)

Loading…
Cancel
Save