Skip to content

Commit

Permalink
rename todo to line up with other proto todos
Browse files Browse the repository at this point in the history
  • Loading branch information
nullpointer0x00 committed Mar 5, 2024
1 parent 3869d18 commit f6b5756
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/encoding.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ func MakeEncodingConfig() params.EncodingConfig {
std.RegisterLegacyAminoCodec(encodingConfig.Amino)
std.RegisterInterfaces(encodingConfig.InterfaceRegistry)
ModuleBasics.RegisterLegacyAminoCodec(encodingConfig.Amino)
// TODO[1760]: proto-register: issues registering provenance protos, not finding type url even though init() has been called in
// TODO[1760]: proto: issues registering provenance protos, not finding type url even though init() has been called in
// generated proto file for each module.
ModuleBasics.RegisterInterfaces(encodingConfig.InterfaceRegistry)
return encodingConfig
Expand Down

0 comments on commit f6b5756

Please sign in to comment.