From ffae3a78c1eff4b34436b28b68d5d00af9df6534 Mon Sep 17 00:00:00 2001 From: Jared Wasinger Date: Tue, 7 Nov 2023 15:40:55 +0800 Subject: [PATCH] revise wording. remove extra spaces. --- docs/developers/dapp-developer/dev-mode.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/developers/dapp-developer/dev-mode.md b/docs/developers/dapp-developer/dev-mode.md index 54e6138183..b837079dcf 100644 --- a/docs/developers/dapp-developer/dev-mode.md +++ b/docs/developers/dapp-developer/dev-mode.md @@ -293,7 +293,7 @@ geth --datadir dev-chain --dev --http --http.api web3,eth,net --http.corsdomain ## Using a Custom Genesis Configuration -It is possible to use development mode with a custom genesis allocation. To obtain a compatible genesis configuration, run `geth --dev dumpgenesis`. The resulting genesis has proof-of-stake and all pre-merge hard forks activated at block 0. Precompile addresses are funded to prevent them being removed from the state per EIP158. +It is possible to use a custom genesis block configuration in development mode. To obtain a compatible configuration, run `geth --dev dumpgenesis`. The resulting genesis has proof-of-stake and all pre-merge hard forks activated at block 0. Precompile addresses are funded to prevent them being removed from the state per EIP158. Users are free to modify the generated template provided they keep pre-merge hard-forks and proof-of-stack transition activated at block 0.