Skip to content

Commit 3b8f49f

Browse files
authored
Merge pull request #635 from 317787106/feature/isolate
feat(net): add BELOW_THAN_ME for ReasonCode.
2 parents 50051c7 + 91d4994 commit 3b8f49f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main/protos/core/Tron.proto

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -600,6 +600,7 @@ enum ReasonCode {
600600
CONNECT_FAIL = 0x21;
601601
TOO_MANY_PEERS_WITH_SAME_IP = 0x22;
602602
LIGHT_NODE_SYNC_FAIL = 0x23;
603+
BELOW_THAN_ME = 0X24;
603604
UNKNOWN = 0xFF;
604605
}
605606

0 commit comments

Comments
 (0)