chore: fix spelling errors (#23270)
Co-authored-by: github-merge-queue <118344674+github-merge-queue@users.noreply.github.com> Co-authored-by: Alex | Interchain Labs <alex@skip.money>
This commit is contained in:
co-authored by
github-merge-queue
Alex | Interchain Labs
parent
87dfe258b2
commit
06f5339d78
@@ -58,7 +58,7 @@ func (o CodecOptions) NewCodec() *codec.ProtoCodec {
|
||||
return codec.NewProtoCodec(o.NewInterfaceRegistry())
|
||||
}
|
||||
|
||||
// GetAddressCodec returns the address codec. If not address codec was provided it'll create a new one based on the
|
||||
// GetAddressCodec returns the address codec. If no address codec was provided it'll create a new one based on the
|
||||
// bech32 prefix.
|
||||
func (o CodecOptions) GetAddressCodec() coreaddress.Codec {
|
||||
if o.AddressCodec != nil {
|
||||
|
||||
Reference in New Issue
Block a user