From 5a6992bc0cd9f7af20b45cc281183890f513a912 Mon Sep 17 00:00:00 2001 From: Sydonian <794346190@qq.com> Date: Mon, 22 May 2023 10:07:47 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0Agent=E7=9A=84=E6=A3=80?= =?UTF-8?q?=E6=9F=A5=E7=8A=B6=E6=80=81=E4=BB=BB=E5=8A=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- consts/consts.go | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/consts/consts.go b/consts/consts.go index 180c97f..2df2856 100644 --- a/consts/consts.go +++ b/consts/consts.go @@ -6,8 +6,7 @@ const ( ) const ( - IPFS_STATUS_OK = "OK" - LOCAL_DIR_STATUS_OK = "OK" + IPFS_STATUS_OK = "OK" NODE_STATE_NORMAL = "Normal" NODE_STATE_UNAVAILABLE = "Unavailable"