From 27faaa721d1ac2ce4ac6487b165d8d303f6d0de6 Mon Sep 17 00:00:00 2001 From: Carlos Rodriguez Date: Thu, 21 Sep 2023 13:01:17 +0200 Subject: [PATCH] Update client_state.go --- modules/light-clients/06-solomachine/client_state.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/light-clients/06-solomachine/client_state.go b/modules/light-clients/06-solomachine/client_state.go index 65da4d324bc..f432f978e5e 100644 --- a/modules/light-clients/06-solomachine/client_state.go +++ b/modules/light-clients/06-solomachine/client_state.go @@ -77,7 +77,7 @@ func (cs ClientState) Validate() error { // ZeroCustomFields is not implemented for solo machine func (ClientState) ZeroCustomFields() exported.ClientState { - panic(fmt.Errorf("ZeroCustomFields is not implemented as the solo machine implementation does not support upgrades.")) + panic(fmt.Errorf("ZeroCustomFields is not implemented as the solo machine implementation does not support upgrades")) } // Initialize checks that the initial consensus state is equal to the latest consensus state of the initial client and