Skip to content

Commit 3e3d3a0

Browse files
committed
fix(ReasonCode): change BELOW_THAN_ME from 0X24 to 0x24
1 parent f7a6748 commit 3e3d3a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

protocol/src/main/protos/core/Tron.proto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -601,7 +601,7 @@ enum ReasonCode {
601601
CONNECT_FAIL = 0x21;
602602
TOO_MANY_PEERS_WITH_SAME_IP = 0x22;
603603
LIGHT_NODE_SYNC_FAIL = 0x23;
604-
BELOW_THAN_ME = 0X24;
604+
BELOW_THAN_ME = 0x24;
605605
NOT_WITNESS = 0x25;
606606
NO_SUCH_MESSAGE = 0x26;
607607
UNKNOWN = 0xFF;

0 commit comments

Comments
 (0)