mirror of
https://github.com/vishalxl/nostr_console.git
synced 2025-03-29 19:21:49 +01:00
Difficulty limit to 32
This commit is contained in:
parent
aef6986709
commit
6dd8a2ab9b
@ -287,7 +287,7 @@ List<String> gBots = [ "3b57518d02e6acfd5eb7198530b2e351e5a52278fb2499d14b66db2
|
||||
];
|
||||
|
||||
//////////////////////////////////////////////////////////////////////////////////////////////////////////////// difficulty related settings
|
||||
const int gMaxDifficultyAllowed = 24;
|
||||
const int gMaxDifficultyAllowed = 32;
|
||||
int gDifficulty = 0;
|
||||
|
||||
//////////////////////////////////////////////////////////////////////////////////////////////////////////////// channel related settings
|
||||
|
Loading…
x
Reference in New Issue
Block a user