Closes #326 : tx_api.get_tx incompatible with current blockbook (#327)

This makes ./trezorctl fetching of previous transactions compatible with current blockbook. re #326
pull/25/head
Tibor Arpas 6 years ago committed by matejcik
parent 57f1dddc2f
commit f78885af5a

@ -92,7 +92,7 @@ class TxApiInsight(TxApi):
t = proto.TransactionType()
t.version = data["version"]
t.lock_time = data["locktime"]
t.lock_time = data.get("locktime")
if self.decred:
t.expiry = data["expiry"]

Loading…
Cancel
Save