From fde469d6edccd009193f4518b810a710e562b980 Mon Sep 17 00:00:00 2001 From: zhaohong Date: Mon, 12 Mar 2018 16:46:45 +0800 Subject: [PATCH] fix typos --- core/Tron.proto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/Tron.proto b/core/Tron.proto index 63b25d951a2..4b5d5446c7e 100644 --- a/core/Tron.proto +++ b/core/Tron.proto @@ -122,7 +122,7 @@ message ChainInventory { bytes hash = 1; int64 number = 2; } - repteated BlockId ids = 1; + repeated BlockId ids = 1; int64 remain_num = 2; }