We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f7a6748 commit 3e3d3a0Copy full SHA for 3e3d3a0
protocol/src/main/protos/core/Tron.proto
@@ -601,7 +601,7 @@ enum ReasonCode {
601
CONNECT_FAIL = 0x21;
602
TOO_MANY_PEERS_WITH_SAME_IP = 0x22;
603
LIGHT_NODE_SYNC_FAIL = 0x23;
604
- BELOW_THAN_ME = 0X24;
+ BELOW_THAN_ME = 0x24;
605
NOT_WITNESS = 0x25;
606
NO_SUCH_MESSAGE = 0x26;
607
UNKNOWN = 0xFF;
0 commit comments