mirror of
https://github.com/Cyrix126/gupaxx.git
synced 2025-03-12 09:26:29 +00:00
feat: default local node to false
This commit is contained in:
parent
a102bdbee2
commit
6cb767a342
1 changed files with 1 additions and 1 deletions
|
@ -488,7 +488,7 @@ impl Default for P2pool {
|
|||
fn default() -> Self {
|
||||
Self {
|
||||
simple: true,
|
||||
local_node: true,
|
||||
local_node: false,
|
||||
mini: true,
|
||||
auto_ping: true,
|
||||
auto_select: true,
|
||||
|
|
Loading…
Reference in a new issue