Fix semicolon

This commit is contained in:
Jarvis Carroll 2025-06-24 07:04:32 +10:00
parent 92d061f572
commit 8d3d30425b

View File

@ -213,7 +213,7 @@ do_start_stop(#s{acc = PubKey, keys = Keys, network = Network, max_cores = MaxCo
% Check memory. >7gb gets mean, <7gb gets lean
% Check avx2.
% Both should be provided by the F# start program
{"mean", "generic"};
{"mean", "generic"}
end,
Miner = filename:join(platform_dir(), unicode:characters_to_binary([Fatness, Bits, "-", Type])),
Count = optimize_count(MaxCores, MaxMem),