From f8fca07d375118a0a5dbfad00b0f79a1ad685489 Mon Sep 17 00:00:00 2001 From: Kim De Mey Date: Fri, 8 Mar 2024 10:32:53 +0100 Subject: [PATCH] Update protocol-interop-testing.md with correct dcli build dir (#2064) --- .../docs/the_fluffy_book/docs/protocol-interop-testing.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 b0b708f265..9c8a9d7aac 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