Skip to content

Commit 332d8f9

Browse files
committed
fix: fixed proto id
1 parent d78cf2a commit 332d8f9

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

Tokenization/backend/proto/wrapper.proto

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,13 +60,13 @@ enum MessageEvent {
6060
MESSAGE_EVENT_UNSPECIFIED = 0;
6161

6262
// Default value, represents an empty event
63-
MESSAGE_EVENT_EMPTY = 0;
63+
MESSAGE_EVENT_EMPTY = 1;
6464

6565
// New token message type, contains a new token and target address
66-
MESSAGE_EVENT_NEW_TOKEN = 1;
66+
MESSAGE_EVENT_NEW_TOKEN = 2;
6767

6868
// Revoke token message type, contains a token to be revoked
69-
MESSAGE_EVENT_REVOKE_TOKEN = 2;
69+
MESSAGE_EVENT_REVOKE_TOKEN = 3;
7070
}
7171

7272
enum ConnectionDirection {

0 commit comments

Comments
 (0)