From 2352616273b8d19b5b7c65f45b48541a621a7c58 Mon Sep 17 00:00:00 2001 From: Dean Eigenmann <7621705+decanus@users.noreply.github.com> Date: Thu, 12 Mar 2020 16:03:08 +0100 Subject: [PATCH] Update p2p.md --- doc/p2p.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/p2p.md b/doc/p2p.md index b17007d..fb7e8d3 100644 --- a/doc/p2p.md +++ b/doc/p2p.md @@ -24,7 +24,7 @@ proc newEthereumNode*(keys: KeyPair, `keys`: A pair of public and private keys used to authenticate the node 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 such keys.