Skip to content

Commit

Permalink
rm dup pb
Browse files Browse the repository at this point in the history
  • Loading branch information
mmsqe committed May 9, 2023
1 parent cf7009a commit f5c7aea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 326 deletions.
3 changes: 2 additions & 1 deletion relayer/codecs/ethermint/codec.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ import (
cryptotypes "github.com/cosmos/cosmos-sdk/crypto/types"
"github.com/cosmos/cosmos-sdk/types/tx"
authtypes "github.com/cosmos/cosmos-sdk/x/auth/types"
"github.com/cosmos/relayer/v2/relayer/ethermint"
)

// RegisterInterfaces register the Ethermint key concrete types.
Expand All @@ -23,6 +24,6 @@ func RegisterInterfaces(registry codectypes.InterfaceRegistry) {
registry.RegisterImplementations(
(*tx.ExtensionOptionI)(nil),
&ExtensionOptionsWeb3Tx{},
&ExtensionOptionDynamicFeeTx{},
&ethermint.ExtensionOptionDynamicFeeTx{},
)
}
325 changes: 0 additions & 325 deletions relayer/codecs/ethermint/dynamic_fee.pb.go

This file was deleted.

0 comments on commit f5c7aea

Please sign in to comment.