Added DebugLinkDecision message

This commit is contained in:
slush 2012-11-15 20:07:23 +00:00
parent 8cf7a6ae3d
commit b8e60121fe
1 changed files with 1 additions and 0 deletions

View File

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