diff --git a/fluffy/docs/the_fluffy_book/docs/protocol-interop-testing.md b/fluffy/docs/the_fluffy_book/docs/protocol-interop-testing.md index b0b708f26..9c8a9d7aa 100644 --- a/fluffy/docs/the_fluffy_book/docs/protocol-interop-testing.md +++ b/fluffy/docs/the_fluffy_book/docs/protocol-interop-testing.md @@ -74,14 +74,14 @@ e.g.: ```bash # Test Discovery Ping, should print the content of ping message -./vendor/nim-eth/tools/dcli ping enr: +./vendor/nim-eth/build/dcli ping enr: # Test Discovery FindNode, should print the content of the returned ENRs # Default a distance of 256 is requested, change this with --distance argument -./vendor/nim-eth/tools/dcli findnode enr: +./vendor/nim-eth/build/dcli findnode enr: # Test Discovery TalkReq, should print the TalkResp content -./vendor/nim-eth/tools/dcli talkreq enr: +./vendor/nim-eth/build/dcli talkreq enr: ``` > Each `dcli` run will default generate a new network key and thus a new node id