Skip to content

Commit

Permalink
Merge pull request cosmos#18 from mmsqe/fix_acc
Browse files Browse the repository at this point in the history
Problem: no concrete type registered for type URL of EthAccount (cosmos#1390)
  • Loading branch information
mmsqe authored May 27, 2024
2 parents 81aa743 + bf532ae commit fe57222
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 fe57222

Please sign in to comment.