From 56e569936adea377a58604843ef7c93c73033fad Mon Sep 17 00:00:00 2001 From: mratsim Date: Thu, 22 Mar 2018 08:54:49 +0100 Subject: [PATCH] Export raw_key - Discovery depends on hashing the raw_key --- src/eth_keys.nim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/eth_keys.nim b/src/eth_keys.nim index 78af68e..3571ed7 100644 --- a/src/eth_keys.nim +++ b/src/eth_keys.nim @@ -8,7 +8,7 @@ # at your option. This file may not be copied, modified, or distributed except according to those terms. import ./datatypes -export PublicKey, PrivateKey, Signature, public_key, `==` +export PublicKey, PrivateKey, Signature, public_key, raw_key, `==` import ./datatypes_interface export datatypes_interface