Skip to content

Commit

Permalink
Update client_state.go
Browse files Browse the repository at this point in the history
  • Loading branch information
crodriguezvega authored Sep 21, 2023
1 parent ae498a9 commit 27faaa7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/light-clients/06-solomachine/client_state.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 27faaa7

Please sign in to comment.