From 9e29d2211f2e998af53b23d1dfeedefd5fc0c40a Mon Sep 17 00:00:00 2001 From: kdeme Date: Tue, 11 Jun 2019 14:44:24 +0200 Subject: [PATCH] Fix compilation issue for shh_basic_client --- tests/p2p/shh_basic_client.nim | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/p2p/shh_basic_client.nim b/tests/p2p/shh_basic_client.nim index 38e6dd7..98929e4 100644 --- a/tests/p2p/shh_basic_client.nim +++ b/tests/p2p/shh_basic_client.nim @@ -113,8 +113,8 @@ if config.main: else: netId = 15 -let keys = newKeyPair() -var node = newEthereumNode(keys, address, netId, nil, addAllCapabilities = false) +let keypair = newKeyPair() +var node = newEthereumNode(keypair, address, netId, nil, addAllCapabilities = false) node.addCapability Whisper # lets prepare some prearranged keypairs