Skip to content

Commit

Permalink
Update app_config.rs
Browse files Browse the repository at this point in the history
disable p2pool by default for now
  • Loading branch information
mmrrnn authored Sep 6, 2024
1 parent 0591fc9 commit 23d2e12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src-tauri/src/app_config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ pub struct AppConfigFromFile {
mode: String,
#[serde(default = "default_false")]
auto_mining: bool,
#[serde(default = "default_true")]
#[serde(default = "default_false")]
p2pool_enabled: bool,
#[serde(default = "default_system_time")]
last_binaries_update_timestamp: SystemTime,
Expand Down

0 comments on commit 23d2e12

Please sign in to comment.