Skip to content
This repository has been archived by the owner on Dec 31, 2022. It is now read-only.

Commit

Permalink
Added default name for flexpool mode
Browse files Browse the repository at this point in the history
  • Loading branch information
gilnobrega committed Jul 14, 2021
1 parent 84bd81b commit 7caf612
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/config.dart
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,8 @@ class Config {
ClientType.HPool: "HPool",
ClientType.FoxyPoolOG: "FoxyPool",
ClientType.Harvester: "Harvester",
ClientType.Farmer: "Farmer"
ClientType.Farmer: "Farmer",
ClientType.Flexpool: "Flexpool"
};

Future<void> init(bool onlineConfig) async {
Expand Down

0 comments on commit 7caf612

Please sign in to comment.