aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--jsonrpc.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/jsonrpc.cpp b/jsonrpc.cpp
index 1751b6c5..ae8c08a7 100644
--- a/jsonrpc.cpp
+++ b/jsonrpc.cpp
@@ -61,6 +61,7 @@ struct JsonrpcFixture {
web3.setIdealPeerCount(5);
web3.ethereum()->setForceMining(true);
jsonrpcServer = unique_ptr<WebThreeStubServer>(new WebThreeStubServer(new jsonrpc::CorsHttpServer(8080), web3, {}));
+ jsonrpcServer->setIdentities({});
jsonrpcServer->StartListening();
jsonrpcClient = unique_ptr<WebThreeStubClient>(new WebThreeStubClient(new jsonrpc::HttpClient("http://localhost:8080")));