Update protocol-interop-testing.md with correct dcli build dir (#2064)
This commit is contained in:
parent
3e1e493368
commit
f8fca07d37
|
@ -74,14 +74,14 @@ e.g.:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
# Test Discovery Ping, should print the content of ping message
|
# Test Discovery Ping, should print the content of ping message
|
||||||
./vendor/nim-eth/tools/dcli ping enr:<base64 encoding of ENR>
|
./vendor/nim-eth/build/dcli ping enr:<base64 encoding of ENR>
|
||||||
|
|
||||||
# Test Discovery FindNode, should print the content of the returned ENRs
|
# Test Discovery FindNode, should print the content of the returned ENRs
|
||||||
# Default a distance of 256 is requested, change this with --distance argument
|
# Default a distance of 256 is requested, change this with --distance argument
|
||||||
./vendor/nim-eth/tools/dcli findnode enr:<base64 encoding of ENR>
|
./vendor/nim-eth/build/dcli findnode enr:<base64 encoding of ENR>
|
||||||
|
|
||||||
# Test Discovery TalkReq, should print the TalkResp content
|
# Test Discovery TalkReq, should print the TalkResp content
|
||||||
./vendor/nim-eth/tools/dcli talkreq enr:<base64 encoding of ENR>
|
./vendor/nim-eth/build/dcli talkreq enr:<base64 encoding of ENR>
|
||||||
```
|
```
|
||||||
|
|
||||||
> Each `dcli` run will default generate a new network key and thus a new node id
|
> Each `dcli` run will default generate a new network key and thus a new node id
|
||||||
|
|
Loading…
Reference in New Issue