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#44 from tronprotocol/add-reason-enum
Browse files Browse the repository at this point in the history
add the reason code
  • Loading branch information
nanfengpo authored May 9, 2018
2 parents cf23e93 + e9b0876 commit 76d2ac1
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 @@ -271,6 +271,7 @@ enum ReasonCode {
INCOMPATIBLE_VERSION = 0x18;
INCOMPATIBLE_CHAIN = 0x19;
TIME_OUT = 0x20;
CONNECT_FAIL = 0x21;
UNKNOWN = 0xFF;
}

Expand Down

0 comments on commit 76d2ac1

Please sign in to comment.