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