From 866f2cfa91a0709617a7fca3f51b4a5f6703ce00 Mon Sep 17 00:00:00 2001 From: ehsan shariati Date: Wed, 9 Oct 2024 12:51:02 -0400 Subject: [PATCH] Update bl_plugins.go --- blockchain/bl_plugins.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/blockchain/bl_plugins.go b/blockchain/bl_plugins.go index 2b37461..4c4ad15 100644 --- a/blockchain/bl_plugins.go +++ b/blockchain/bl_plugins.go @@ -586,7 +586,7 @@ func (bl *FxBlockchain) getInstallStatusImpl(ctx context.Context, pluginName str if os.IsNotExist(err) { return json.Marshal(map[string]interface{}{ "status": true, - "msg": "Status file not found", + "msg": "No Status", }) } return json.Marshal(map[string]interface{}{