From 4a82e814ad17ee46b46ffa63f40f016118ad2b54 Mon Sep 17 00:00:00 2001 From: jtlimpert Date: Mon, 15 Feb 2021 13:38:13 -0500 Subject: [PATCH] Update dev-mode.md (#22295) remove deprecated flags --- docs/_getting-started/dev-mode.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/_getting-started/dev-mode.md b/docs/_getting-started/dev-mode.md index 46a49d3bf2..17e2b92626 100644 --- a/docs/_getting-started/dev-mode.md +++ b/docs/_getting-started/dev-mode.md @@ -25,7 +25,7 @@ mkdir test-chain-dir For this guide, start geth in dev mode, and enable [RPC](../../_rpc/server.md) so you can connect other applications to geth. For this guide, we use Remix, the web-based Ethereum IDE, so also allow its domains to accept cross-origin requests. ```shell -geth --datadir test-chain-dir --rpc --dev --rpccorsdomain "https://remix.ethereum.org,http://remix.ethereum.org" +geth --datadir test-chain-dir --http --dev --http.corsdomain "https://remix.ethereum.org,http://remix.ethereum.org" ``` Connect to the IPC console on the node from another terminal window: