Update p2p.md

This commit is contained in:
Dean Eigenmann 2020-03-12 16:03:08 +01:00 committed by zah
parent 6beef9e75c
commit 2352616273
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ proc newEthereumNode*(keys: KeyPair,
`keys`: `keys`:
A pair of public and private keys used to authenticate the node A pair of public and private keys used to authenticate the node
on the network and to determine its node ID. on the network and to determine its node ID.
See the [eth_keys](https://github.com/status-im/nim-eth-keys) See the [keys](./keys.md)
library for utilities that will help you generate and manage library for utilities that will help you generate and manage
such keys. such keys.