Skip to content

Commit

Permalink
[Fix] TinyBlocksNumber to 8.
Browse files Browse the repository at this point in the history
  • Loading branch information
EanCuznaivy committed May 15, 2019
1 parent 1db01a5 commit 7cec5c0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ namespace AElf.Contracts.Consensus.AEDPoS
{
public static class AEDPoSContractConstants
{
public const int TinyBlocksNumber = 4;
public const int TinyBlocksNumber = 8;
}
}

0 comments on commit 7cec5c0

Please sign in to comment.