fix(x/auth): properly populate tx config options and deprecate ProtoCodecMarshaler (backport #17946) (#17952)
This commit is contained in:
@@ -76,7 +76,6 @@ func TestBaseApp_BlockGas(t *testing.T) {
|
||||
appBuilder *runtime.AppBuilder
|
||||
txConfig client.TxConfig
|
||||
cdc codec.Codec
|
||||
pcdc codec.ProtoCodecMarshaler
|
||||
interfaceRegistry codectypes.InterfaceRegistry
|
||||
err error
|
||||
)
|
||||
@@ -98,7 +97,6 @@ func TestBaseApp_BlockGas(t *testing.T) {
|
||||
&interfaceRegistry,
|
||||
&txConfig,
|
||||
&cdc,
|
||||
&pcdc,
|
||||
&appBuilder)
|
||||
require.NoError(t, err)
|
||||
|
||||
|
||||
@@ -91,7 +91,7 @@ func TestMsgService(t *testing.T) {
|
||||
|
||||
var (
|
||||
appBuilder *runtime.AppBuilder
|
||||
cdc codec.ProtoCodecMarshaler
|
||||
cdc codec.Codec
|
||||
interfaceRegistry codectypes.InterfaceRegistry
|
||||
)
|
||||
err := depinject.Inject(
|
||||
|
||||
Reference in New Issue
Block a user