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#36 from tronprotocol/add-reason-enum
Browse files Browse the repository at this point in the history
add reason
  • Loading branch information
olenheim authored Apr 28, 2018
2 parents 9aa4212 + 59333a3 commit c7495f8
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions core/Tron.proto
Original file line number Diff line number Diff line change
Expand Up @@ -261,6 +261,13 @@ enum ReasonCode {
USER_REASON = 0x10;
RESET = 0x11;
SYNC_FAIL = 0x12;
TIME_OUT = 0x13;
BAD_TX = 0x14;
BAD_BLOCK = 0x15;
FORKED = 0x16;
UNLINKABLE = 0x17;
INCOMPATIBLE_VERSION = 0x18;
INCOMPATIBLE_CHAIN = 0x19;
UNKNOWN = 0xFF;
}

Expand Down

0 comments on commit c7495f8

Please sign in to comment.