Skip to content

Commit

Permalink
Problem: no concrete type registered for type URL of EthAccount (cosm…
Browse files Browse the repository at this point in the history
…os#1390)

* Problem: no concrete type registered for type URL of EthAccount

this change should have been included in c0783eb

* Update CHANGELOG.md
  • Loading branch information
mmsqe committed May 27, 2024
1 parent 81aa743 commit bf532ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion relayer/codecs/ethermint/codec.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ func RegisterInterfaces(registry codectypes.InterfaceRegistry) {
registry.RegisterImplementations((*cryptotypes.PrivKey)(nil), &PrivKey{})

registry.RegisterImplementations(
(*authtypes.AccountI)(nil),
(*sdk.AccountI)(nil),
&etherminttypes.EthAccount{},
)
registry.RegisterImplementations(
Expand Down

0 comments on commit bf532ae

Please sign in to comment.