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 #18 from tronprotocol/message
Browse files Browse the repository at this point in the history
add message reason code: reset
  • Loading branch information
olenheim committed Mar 30, 2018
2 parents 0297ff5 + 455aa57 commit ce4933f
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 @@ -195,6 +195,7 @@ enum ReasonCode {
LOCAL_IDENTITY = 10;
PING_TIMEOUT = 11;
USER_REASON = 12;
RESET = 16;
UNKNOWN = 255;
}

Expand Down

0 comments on commit ce4933f

Please sign in to comment.