diff options
| author | rfree2monero <rfreemonero@op.pl> | 2015-04-01 18:24:45 +0200 |
|---|---|---|
| committer | rfree2monero <rfreemonero@op.pl> | 2015-04-01 18:24:45 +0200 |
| commit | 3cbdf198f168e113f12fa49d016133c434964ed7 (patch) | |
| tree | 050c74077de8e1b6e431f7d0671b57b5afcb01ab /tests/core_proxy/core_proxy.cpp | |
| parent | f79821ac7ebc269b18dd2edd8ac0cb022861ad11 (diff) | |
| parent | b0151de60144ddc1f56d253e7574bd6a9aefa28f (diff) | |
| download | monzero-core-3cbdf198f168e113f12fa49d016133c434964ed7.tar.gz monzero-core-3cbdf198f168e113f12fa49d016133c434964ed7.tar.xz monzero-core-3cbdf198f168e113f12fa49d016133c434964ed7.zip | |
Merge remote-tracking branch 'monero-official/master' into network-1.6-work1
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 879f83ebe..b942ed5c5 100644 --- a/tests/core_proxy/core_proxy.cpp +++ b/tests/core_proxy/core_proxy.cpp @@ -108,7 +108,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); @@ -117,7 +116,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"); |
