Default to shuffled witness scheduling
This commit is contained in:
parent
f716a6ab49
commit
c0813aadfd
1 changed files with 2 additions and 2 deletions
|
|
@ -244,7 +244,7 @@
|
||||||
"accounts_per_fee_scale": 1000,
|
"accounts_per_fee_scale": 1000,
|
||||||
"account_fee_scale_bitshifts": 0,
|
"account_fee_scale_bitshifts": 0,
|
||||||
"max_authority_depth": 2,
|
"max_authority_depth": 2,
|
||||||
"witness_schedule_algorithm": 1,
|
"witness_schedule_algorithm": 0,
|
||||||
"min_round_delay": 10,
|
"min_round_delay": 10,
|
||||||
"max_round_delay": 300,
|
"max_round_delay": 300,
|
||||||
"min_time_per_commit_move": 15,
|
"min_time_per_commit_move": 15,
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue