Skip to content

Commit

Permalink
register client state
Browse files Browse the repository at this point in the history
  • Loading branch information
pysel committed Jun 19, 2023
1 parent 7ce40ef commit 93a5466
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions modules/light-clients/06-solomachine/codec.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,10 @@ func RegisterInterfaces(registry codectypes.InterfaceRegistry) {
(*exported.ClientMessage)(nil),
&Misbehaviour{},
)
registry.RegisterImplementations(
(*exported.ClientState)(nil),
&ClientState{},
)
}

func UnmarshalSignatureData(cdc codec.BinaryCodec, data []byte) (signing.SignatureData, error) {
Expand Down

0 comments on commit 93a5466

Please sign in to comment.