mirror of
https://github.com/LBRYFoundation/pool.git
synced 2025-08-23 17:37:25 +00:00
stratum: initialize segwit flag
This commit is contained in:
parent
b760beaad3
commit
758e591348
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ int g_stratum_max_ttf;
|
|||
int g_stratum_max_cons = 5000;
|
||||
bool g_stratum_reconnect;
|
||||
bool g_stratum_renting;
|
||||
bool g_stratum_segwit;
|
||||
bool g_stratum_segwit = false;
|
||||
bool g_autoexchange = true;
|
||||
|
||||
uint64_t g_max_shares = 0;
|
||||
|
|
Loading…
Add table
Reference in a new issue