From 5f1471ed9f107971c0e1ee36730bfadc5e440d7d Mon Sep 17 00:00:00 2001 From: arnaud Date: Tue, 19 Mar 2024 14:13:22 +0100 Subject: [PATCH] rephrasing --- docs/fundamentals/private-network.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/fundamentals/private-network.md b/docs/fundamentals/private-network.md index 2312d8785c..2ab98cb36a 100644 --- a/docs/fundamentals/private-network.md +++ b/docs/fundamentals/private-network.md @@ -203,7 +203,7 @@ geth attach data2/geth.ipc --exec admin.peers ### Running A Signer (Clique) {#running-a-signer} -To set up Geth for signing blocks in Clique, a signer account must be available. The account must already be available as a keyfile in the keystore. To use it for signing blocks, it must be unlocked. Once unlocked, you also need to provide specify this address as the etherbase. The following command, for address `0x7df9a875a174b3bc565e6424a0050ebc1b2d1d82` will prompt for the account password, then start signing blocks: +To set up Geth for signing blocks in Clique, a signer account must be available. The account must already be available as a keyfile in the keystore. To use it for signing blocks, it must be unlocked. Once unlocked, this account also need to be provided as the etherbase. The following command, for address `0x7df9a875a174b3bc565e6424a0050ebc1b2d1d82` will prompt for the account password, then start signing blocks: ```sh geth --unlock 0x7df9a875a174b3bc565e6424a0050ebc1b2d1d82 --mine --miner.etherbase 0x7df9a875a174b3bc565e6424a0050ebc1b2d1d82