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

Commit

Permalink
add the reason code
Browse files Browse the repository at this point in the history
  • Loading branch information
lvs007 committed May 9, 2018
1 parent 54dac0c commit e9b0876
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 @@ -261,6 +261,7 @@ enum ReasonCode {
INCOMPATIBLE_VERSION = 0x18;
INCOMPATIBLE_CHAIN = 0x19;
TIME_OUT = 0x20;
CONNECT_FAIL = 0x21;
UNKNOWN = 0xFF;
}

Expand Down

0 comments on commit e9b0876

Please sign in to comment.