mirror of
https://codeberg.org/wownero/wownero-lws
synced 2026-01-10 15:45:15 -08:00
Add regtest option (#193)
Disable checkpoints check on storage::sync_chain when regtest mode is enabled
This commit is contained in:
committed by
Lee *!* Clagett
parent
d76a19f8a9
commit
01374ec620
@@ -246,7 +246,7 @@ namespace
|
||||
|
||||
if (!users.empty())
|
||||
{
|
||||
static constexpr const lws::scanner_options opts{false, false};
|
||||
static constexpr const lws::scanner_options opts{false, false, false};
|
||||
|
||||
auto new_client = MONERO_UNWRAP(zclient.clone());
|
||||
MONERO_UNWRAP(new_client.watch_scan_signals());
|
||||
|
||||
Reference in New Issue
Block a user