mirror of
https://github.com/Cyrix126/gupaxx.git
synced 2025-01-06 14:09:24 +00:00
fix: tests
This commit is contained in:
parent
ce3dbfb9fd
commit
0b5b33874d
2 changed files with 2 additions and 0 deletions
|
@ -156,6 +156,7 @@ mod test {
|
|||
hero = false
|
||||
node = "Europe"
|
||||
p2pool_buffer = 5
|
||||
use_p2pool_sidechain_hr = false
|
||||
|
||||
[node]
|
||||
simple = false
|
||||
|
|
|
@ -783,6 +783,7 @@ Uptime = 0h 2m 4s
|
|||
gui_api_p2pool.lock().unwrap().p2pool_difficulty_u64 = 95_000_000;
|
||||
gui_api_xmrig.lock().unwrap().hashrate_raw_15m = 20000.0;
|
||||
gui_api_xvb.lock().unwrap().stats_priv.runtime_mode = RuntimeMode::Hero;
|
||||
gui_api_xvb.lock().unwrap().use_p2pool_sidechain_hr = true;
|
||||
|
||||
let algo = Algorithm::new(
|
||||
&client,
|
||||
|
|
Loading…
Reference in a new issue