From e9b08763a36d963b460a26cb4aff9bb9a21ad3eb Mon Sep 17 00:00:00 2001 From: liangzhiyan Date: Wed, 9 May 2018 17:26:29 +0800 Subject: [PATCH] add the reason code --- core/Tron.proto | 1 + 1 file changed, 1 insertion(+) diff --git a/core/Tron.proto b/core/Tron.proto index 30a5c360846..b455bd3a146 100644 --- a/core/Tron.proto +++ b/core/Tron.proto @@ -261,6 +261,7 @@ enum ReasonCode { INCOMPATIBLE_VERSION = 0x18; INCOMPATIBLE_CHAIN = 0x19; TIME_OUT = 0x20; + CONNECT_FAIL = 0x21; UNKNOWN = 0xFF; }