Default to shuffled witness scheduling

This commit is contained in:
Eric Frias 2017-06-05 17:34:18 -04:00
parent f716a6ab49
commit c0813aadfd

View file

@ -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,
@ -216150,4 +216150,4 @@
"num_special_accounts": 0, "num_special_accounts": 0,
"num_special_assets": 0 "num_special_assets": 0
} }
} }