mirror of
https://codeberg.org/wownero/wownero-lws
synced 2026-01-11 08:05:16 -08:00
Add unit tests for chain syncing (#87)
This commit is contained in:
committed by
Lee *!* Clagett
parent
c400c9ef8a
commit
e477c174e2
@@ -56,5 +56,8 @@ namespace lws
|
||||
|
||||
//! Stops all scanner instances globally.
|
||||
static void stop() noexcept { running = false; }
|
||||
|
||||
//! For testing, \post is_running() == true
|
||||
static void reset() noexcept { running = true; }
|
||||
};
|
||||
} // lws
|
||||
|
||||
Reference in New Issue
Block a user