1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2025-02-23 13:02:03 +00:00

Added DebugLinkDecision message

This commit is contained in:
slush 2012-11-15 20:07:23 +00:00
parent 8cf7a6ae3d
commit b8e60121fe

View File

@ -27,6 +27,7 @@ map_type_to_class = {
23: proto.TxInput,
24: proto.TxOutput,
25: proto.SetMaxFeeKb,
100: proto.DebugLinkDecision,
}
map_class_to_type = {}