aboutsummaryrefslogtreecommitdiffstats
path: root/jsonrpc.cpp
diff options
context:
space:
mode:
authorMarek Kotewicz <marek.kotewicz@gmail.com>2014-10-30 20:06:45 +0800
committerMarek Kotewicz <marek.kotewicz@gmail.com>2014-10-30 20:06:45 +0800
commitf301ee29f77cbf876eb40a57ab44817bc4a3325b (patch)
tree3c5b5a1040d342c0c9446a871cb31def958ea24e /jsonrpc.cpp
parent7aa61b8297b63369ddcabc0f72d30e31a1b6a3de (diff)
downloaddexon-solidity-f301ee29f77cbf876eb40a57ab44817bc4a3325b.tar.gz
dexon-solidity-f301ee29f77cbf876eb40a57ab44817bc4a3325b.tar.zst
dexon-solidity-f301ee29f77cbf876eb40a57ab44817bc4a3325b.zip
common changes
Diffstat (limited to 'jsonrpc.cpp')
-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")));