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#27 from tronprotocol/add-reason-enum
Browse files Browse the repository at this point in the history
add ReasonCode
  • Loading branch information
sasaxie committed Apr 20, 2018
2 parents 8c6167e + 2ec383f commit 1435bef
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 @@ -201,6 +201,7 @@ enum ReasonCode {
PING_TIMEOUT = 0x0B;
USER_REASON = 0x10;
RESET = 0x11;
SYNC_FAIL = 0x12;
UNKNOWN = 0xFF;
}

Expand Down

0 comments on commit 1435bef

Please sign in to comment.