Updated consensus code.

This commit is contained in:
Revertron
2021-04-14 14:09:41 +02:00
parent 40a4af4cc1
commit 6c3135d1e3
4 changed files with 10 additions and 14 deletions
-3
View File
@@ -15,9 +15,6 @@ pub const BLOCK_SIGNERS_ALL: u64 = 7;
/// Minimal signatures needed
pub const BLOCK_SIGNERS_MIN: u64 = 4;
/// Last number of blocks from which we select signers
pub const BLOCK_SIGNERS_WINDOW: u64 = 50;
/// Signers have 30 minutes to sign, after that time any owner of first 1000 block can add needed signature
pub const BLOCK_SIGNERS_TIME: i64 = 1800;