mirror of
https://codeberg.org/wownero/wownero-lws
synced 2026-01-09 23:25:16 -08:00
Fix missing regtest option (#214)
This commit is contained in:
committed by
Lee *!* Clagett
parent
b621d088b8
commit
e8b889e95f
@@ -1411,7 +1411,7 @@ namespace lws
|
|||||||
if (!client)
|
if (!client)
|
||||||
client = MONERO_UNWRAP(ctx.connect());
|
client = MONERO_UNWRAP(ctx.connect());
|
||||||
|
|
||||||
expect<rpc::client> synced = sync(std::move(client), opts.untrusted_daemon);
|
expect<rpc::client> synced = sync(std::move(client), opts.untrusted_daemon, opts.regtest);
|
||||||
if (!synced)
|
if (!synced)
|
||||||
{
|
{
|
||||||
if (!synced.matches(std::errc::timed_out))
|
if (!synced.matches(std::errc::timed_out))
|
||||||
|
|||||||
Reference in New Issue
Block a user