Skip to content

Commit cd46486

Browse files
committed
fix default miner config
1 parent ed1e7ea commit cd46486

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/config.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ Miner::Config ConfigLoader::load(const Settings &settings) {
9797
auto miners = spec["miners"];
9898

9999
// determine which profile to use
100-
std::string profile = "default";
100+
std::string profile = "0"; // default: first profile in config
101101
if (!settings.miner_profile.empty()) {
102102
profile = settings.miner_profile;
103103
}

0 commit comments

Comments
 (0)