mirror of
https://github.com/vtnerd/monero-lws.git
synced 2025-04-06 21:57:29 +00:00
Fix context make
This commit is contained in:
parent
3b8a1b4caa
commit
ca17bd333b
1 changed files with 1 additions and 1 deletions
|
@ -115,7 +115,7 @@ LWS_CASE("rest_server")
|
|||
lws::db::test::cleanup_db on_scope_exit{};
|
||||
lws::db::storage db = lws::db::test::get_fresh_db();
|
||||
auto context =
|
||||
lws::rpc::context::make(lws_test::rpc_rendevous, {}, {}, {}, std::chrono::minutes{0});
|
||||
lws::rpc::context::make(lws_test::rpc_rendevous, {}, {}, {}, std::chrono::minutes{0}, false);
|
||||
const auto rpc = MONERO_UNWRAP(context.connect());
|
||||
{
|
||||
const lws::rest_server::configuration config{
|
||||
|
|
Loading…
Reference in a new issue