Skip to content
This repository has been archived by the owner on Apr 24, 2023. It is now read-only.

Commit

Permalink
Merge pull request grpc-ecosystem#69 from tronprotocol/add-reseaon
Browse files Browse the repository at this point in the history
add reason code
  • Loading branch information
wubin12 committed Jun 24, 2018
2 parents d7bf54e + 38f1fe7 commit e23480d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions core/Tron.proto
Original file line number Diff line number Diff line change
Expand Up @@ -303,6 +303,7 @@ enum ReasonCode {
INCOMPATIBLE_CHAIN = 0x19;
TIME_OUT = 0x20;
CONNECT_FAIL = 0x21;
TOO_MANY_PEERS_WITH_SAME_IP = 0x22;
UNKNOWN = 0xFF;
}

Expand Down

0 comments on commit e23480d

Please sign in to comment.