chore: fix deprecation annotations (#17784)

This commit is contained in:
Marko
2023-09-18 13:11:25 +00:00
committed by GitHub
parent d40a708868
commit ddcb37cbd7
8 changed files with 725 additions and 715 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ import (
// MakeTestEncodingConfig creates an EncodingConfig for an amino based test configuration.
// This function should be used only internally (in the SDK).
// App user should'nt create new codecs - use the app.AppCodec instead.
// [DEPRECATED]
// Deprecated:
func MakeTestEncodingConfig() EncodingConfig {
cdc := codec.NewLegacyAmino()
interfaceRegistry := types.NewInterfaceRegistry()
+1 -1
View File
@@ -12,7 +12,7 @@ import (
// MakeTestEncodingConfig creates an EncodingConfig for a non-amino based test configuration.
// This function should be used only internally (in the SDK).
// App user should'nt create new codecs - use the app.AppCodec instead.
// [DEPRECATED]
// Deprecated:
func MakeTestEncodingConfig() EncodingConfig {
cdc := codec.NewLegacyAmino()
interfaceRegistry := types.NewInterfaceRegistry()