Fix incorrect TxType entries in PB definitions

This commit is contained in:
Manfred Karrer 2018-10-03 17:28:44 -05:00
parent 7d045f028f
commit 48fa9e75c9
No known key found for this signature in database
GPG Key ID: 401250966A6B2C46

View File

@ -1351,8 +1351,8 @@ enum TxType {
COMPENSATION_REQUEST = 8;
BLIND_VOTE = 9;
VOTE_REVEAL = 10;
LOCK_UP = 11;
UN_LOCK = 12;
LOCKUP = 11;
UNLOCK = 12;
}
message TxInput {