forked from such-gitea/wownero-lws
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)
|
||||
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.matches(std::errc::timed_out))
|
||||
|
||||
Reference in New Issue
Block a user