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{}{