mirror of
https://github.com/Cyrix126/gupaxx.git
synced 2025-04-16 11:41:56 +00:00
feat: default local node to false
This commit is contained in:
parent
4ba29d807a
commit
8ef9ea88fc
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