Skip to content

Commit df49e1c

Browse files
renaynaycfilipescu
authored andcommitted
cmd/devp2p: fix documentation for eth-test (ethereum#22298)
1 parent ad5d882 commit df49e1c

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

cmd/devp2p/README.md

+4-2
Original file line numberDiff line numberDiff line change
@@ -94,10 +94,12 @@ To run the eth protocol test suite against your implementation, the node needs t
9494
geth --datadir <datadir> --nodiscover --nat=none --networkid 19763 --verbosity 5
9595
```
9696

97-
Then, run the following command, replacing `<enode ID>` with the enode of the geth node:
97+
Then, run the following command, replacing `<enode>` with the enode of the geth node:
9898
```
99-
devp2p rlpx eth-test <enode ID> cmd/devp2p/internal/ethtest/testdata/fullchain.rlp cmd/devp2p/internal/ethtest/testdata/genesis.json
99+
devp2p rlpx eth-test <enode> cmd/devp2p/internal/ethtest/testdata/chain.rlp cmd/devp2p/internal/ethtest/testdata/genesis.json
100100
```
101+
102+
Repeat the above process (re-initialising the node) in order to run the Eth Protocol test suite again.
101103

102104
[eth]: https://github.com/ethereum/devp2p/blob/master/caps/eth.md
103105
[dns-tutorial]: https://geth.ethereum.org/docs/developers/dns-discovery-setup

0 commit comments

Comments
 (0)