Skip to content

Commit

Permalink
adjust type url
Browse files Browse the repository at this point in the history
  • Loading branch information
MalteHerrmann committed Aug 4, 2024
1 parent 071d933 commit 8f5be8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion indexer/kv_indexer.go
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ func isEthTx(tx sdk.Tx) bool {
return false
}
opts := extTx.GetExtensionOptions()
if len(opts) != 1 || opts[0].GetTypeUrl() != "/ethermint.evm.v1.ExtensionOptionsEthereumTx" {
if len(opts) != 1 || opts[0].GetTypeUrl() != "/os.evm.v1.ExtensionOptionsEthereumTx" {
return false
}
return true
Expand Down

0 comments on commit 8f5be8c

Please sign in to comment.