minor fix in discv5 docu (#470)

Just fixing a test cmd line.
This commit is contained in:
Daniel Kaiser 2022-01-31 17:16:15 +01:00 committed by GitHub
parent ce4acc168c
commit eb6fd2a7b6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -74,7 +74,7 @@ nim-eth dependencies) tests, one can run following command:
# Install required modules
nimble install
# Run only discovery v5 related test suite
nimble tests_discv5_full
nimble test_discv5_full
```
## dcli