From 0aabcb8fa641a334b278956edbc91a6f8b5a19f7 Mon Sep 17 00:00:00 2001 From: MalteHerrmann Date: Mon, 23 Jan 2023 15:45:14 +0100 Subject: [PATCH] execute make proto-all --- proto/ethermint/evm/v1/evm.proto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/proto/ethermint/evm/v1/evm.proto b/proto/ethermint/evm/v1/evm.proto index 58d3cedd26..9535335234 100644 --- a/proto/ethermint/evm/v1/evm.proto +++ b/proto/ethermint/evm/v1/evm.proto @@ -39,7 +39,7 @@ message ChainConfig { ]; // dao_fork_support defines whether the nodes supports or opposes the DAO hard-fork bool dao_fork_support = 3 - [(gogoproto.customname) = "DAOForkSupport", (gogoproto.moretags) = "yaml:\"dao_fork_support\""]; + [(gogoproto.customname) = "DAOForkSupport", (gogoproto.moretags) = "yaml:\"dao_fork_support\""]; // eip150_block: EIP150 implements the Gas price changes // (https://github.com/ethereum/EIPs/issues/150) EIP150 HF block (nil no fork) string eip150_block = 4 [