Skip to content
This repository was archived by the owner on Apr 4, 2024. It is now read-only.

Commit 0aabcb8

Browse files
author
MalteHerrmann
committed
execute make proto-all
1 parent 1516c2a commit 0aabcb8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

proto/ethermint/evm/v1/evm.proto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ message ChainConfig {
3939
];
4040
// dao_fork_support defines whether the nodes supports or opposes the DAO hard-fork
4141
bool dao_fork_support = 3
42-
[(gogoproto.customname) = "DAOForkSupport", (gogoproto.moretags) = "yaml:\"dao_fork_support\""];
42+
[(gogoproto.customname) = "DAOForkSupport", (gogoproto.moretags) = "yaml:\"dao_fork_support\""];
4343
// eip150_block: EIP150 implements the Gas price changes
4444
// (https://github.com/ethereum/EIPs/issues/150) EIP150 HF block (nil no fork)
4545
string eip150_block = 4 [

0 commit comments

Comments
 (0)