Skip to content

Commit

Permalink
Update encoding/config.go
Browse files Browse the repository at this point in the history
  • Loading branch information
MalteHerrmann authored Aug 5, 2024
1 parent 8ea7a0f commit e15ca89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion encoding/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import (
enccodec "github.com/evmos/os/encoding/codec"
)

// MakeConfig creates an EncodingConfig for testing
// MakeConfig creates an EncodingConfig for the given basic module manager.
func MakeConfig(mb module.BasicManager) params.EncodingConfig {
cdc := amino.NewLegacyAmino()
interfaceRegistry := types.NewInterfaceRegistry()
Expand Down

0 comments on commit e15ca89

Please sign in to comment.