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

Commit

Permalink
add reason
Browse files Browse the repository at this point in the history
  • Loading branch information
lvs007 committed Apr 28, 2018
1 parent 2ec383f commit 59333a3
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 @@ -202,6 +202,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 59333a3

Please sign in to comment.