Fixed mapping

pull/25/head
slush 12 years ago
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…
Cancel
Save