mirror of
https://github.com/bisq-network/bisq.git
synced 2024-11-19 18:03:12 +01:00
Fix incorrect TxType entries in PB definitions
This commit is contained in:
parent
7d045f028f
commit
48fa9e75c9
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user