mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-02-16 17:42:02 +00:00
Fixed mapping
This commit is contained in:
parent
99d892e759
commit
d4d2e0449c
@ -22,6 +22,10 @@ map_type_to_class = {
|
|||||||
18: proto.PinRequest,
|
18: proto.PinRequest,
|
||||||
19: proto.PinAck,
|
19: proto.PinAck,
|
||||||
20: proto.PinCancel,
|
20: proto.PinCancel,
|
||||||
|
21: proto.SignInput,
|
||||||
|
22: proto.SignedInput,
|
||||||
|
23: proto.TxInput,
|
||||||
|
24: proto.TxOutput,
|
||||||
}
|
}
|
||||||
|
|
||||||
map_class_to_type = {}
|
map_class_to_type = {}
|
||||||
|
Loading…
Reference in New Issue
Block a user