diff options
| author | Thomas Winget <tewinget@gmail.com> | 2015-03-25 07:30:23 -0400 |
|---|---|---|
| committer | Thomas Winget <tewinget@gmail.com> | 2015-03-25 07:30:23 -0400 |
| commit | 874f48bc82a5d73695171287a8397d037b471547 (patch) | |
| tree | 8db94233f02c113f2f0a91febfba55a3f6beeb79 /tests/core_proxy/core_proxy.cpp | |
| parent | ead7fad5526dad53c7885895bd5e52c890a49191 (diff) | |
| parent | 5c0bc0050ccfd579ed75be384e928e0165d6b2ce (diff) | |
| download | monzero-core-874f48bc82a5d73695171287a8397d037b471547.tar.gz monzero-core-874f48bc82a5d73695171287a8397d037b471547.tar.xz monzero-core-874f48bc82a5d73695171287a8397d037b471547.zip | |
update berkeleydb branch to blockchain branch
Diffstat (limited to 'tests/core_proxy/core_proxy.cpp')
| -rw-r--r-- | tests/core_proxy/core_proxy.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/core_proxy/core_proxy.cpp b/tests/core_proxy/core_proxy.cpp index de8f45fc6..da77391c3 100644 --- a/tests/core_proxy/core_proxy.cpp +++ b/tests/core_proxy/core_proxy.cpp @@ -106,7 +106,6 @@ int main(int argc, char* argv[]) cryptonote::t_cryptonote_protocol_handler<tests::proxy_core> cprotocol(pr_core, NULL); nodetool::node_server<cryptonote::t_cryptonote_protocol_handler<tests::proxy_core> > p2psrv { cprotocol - , std::move(config::NETWORK_ID) }; cprotocol.set_p2p_endpoint(&p2psrv); //pr_core.set_cryptonote_protocol(&cprotocol); @@ -115,7 +114,7 @@ int main(int argc, char* argv[]) //initialize objects LOG_PRINT_L0("Initializing p2p server..."); - bool res = p2psrv.init(vm, false); + bool res = p2psrv.init(vm); CHECK_AND_ASSERT_MES(res, 1, "Failed to initialize p2p server."); LOG_PRINT_L0("P2p server initialized OK"); |
