1
0
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:
slush 2012-11-13 14:10:40 +00:00
parent 99d892e759
commit d4d2e0449c

View File

@ -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 = {}