Skip to content

Commit ce4933f

Browse files
authored
Merge pull request #18 from tronprotocol/message
add message reason code: reset
2 parents 0297ff5 + 455aa57 commit ce4933f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

core/Tron.proto

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -195,6 +195,7 @@ enum ReasonCode {
195195
LOCAL_IDENTITY = 10;
196196
PING_TIMEOUT = 11;
197197
USER_REASON = 12;
198+
RESET = 16;
198199
UNKNOWN = 255;
199200
}
200201

0 commit comments

Comments
 (0)