Skip to content

Commit 76d2ac1

Browse files
authored
Merge pull request #44 from tronprotocol/add-reason-enum
add the reason code
2 parents cf23e93 + e9b0876 commit 76d2ac1

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
@@ -271,6 +271,7 @@ enum ReasonCode {
271271
INCOMPATIBLE_VERSION = 0x18;
272272
INCOMPATIBLE_CHAIN = 0x19;
273273
TIME_OUT = 0x20;
274+
CONNECT_FAIL = 0x21;
274275
UNKNOWN = 0xFF;
275276
}
276277

0 commit comments

Comments
 (0)