proto: v1alpha to v1 (#448)

* proto: v1alpha to v1

* c++

* go mod
This commit is contained in:
Federico Kunze Küllmer
2021-08-17 15:30:35 +00:00
committed by GitHub
parent aa1b728d34
commit 6f5f15fc6d
26 changed files with 1197 additions and 1051 deletions
+1 -1
View File
@@ -60,7 +60,7 @@ func NewAnteHandler(
opts := txWithExtensions.GetExtensionOptions()
if len(opts) > 0 {
switch typeURL := opts[0].GetTypeUrl(); typeURL {
case "/ethermint.evm.v1alpha1.ExtensionOptionsEthereumTx":
case "/ethermint.evm.v1.ExtensionOptionsEthereumTx":
// handle as *evmtypes.MsgEthereumTx
anteHandler = sdk.ChainAnteDecorators(