diff options
author | Marek Kotewicz <marek.kotewicz@gmail.com> | 2014-10-30 20:06:45 +0800 |
---|---|---|
committer | Marek Kotewicz <marek.kotewicz@gmail.com> | 2014-10-30 20:06:45 +0800 |
commit | f301ee29f77cbf876eb40a57ab44817bc4a3325b (patch) | |
tree | 3c5b5a1040d342c0c9446a871cb31def958ea24e /jsonrpc.cpp | |
parent | 7aa61b8297b63369ddcabc0f72d30e31a1b6a3de (diff) | |
download | dexon-solidity-f301ee29f77cbf876eb40a57ab44817bc4a3325b.tar dexon-solidity-f301ee29f77cbf876eb40a57ab44817bc4a3325b.tar.gz dexon-solidity-f301ee29f77cbf876eb40a57ab44817bc4a3325b.tar.bz2 dexon-solidity-f301ee29f77cbf876eb40a57ab44817bc4a3325b.tar.lz dexon-solidity-f301ee29f77cbf876eb40a57ab44817bc4a3325b.tar.xz dexon-solidity-f301ee29f77cbf876eb40a57ab44817bc4a3325b.tar.zst dexon-solidity-f301ee29f77cbf876eb40a57ab44817bc4a3325b.zip |
common changes
Diffstat (limited to 'jsonrpc.cpp')
-rw-r--r-- | jsonrpc.cpp | 1 |
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"))); |