2021-03-06 21:28:06 +01:00
|
|
|
pub const BLOCK_DIFFICULTY: u32 = 20;
|
|
|
|
|
pub const LOCKER_DIFFICULTY: u32 = 16;
|
2021-03-02 18:11:17 +01:00
|
|
|
pub const CHAIN_VERSION: u32 = 1;
|
2021-03-06 21:28:06 +01:00
|
|
|
pub const LOCKER_BLOCK_START: u64 = 5;
|
|
|
|
|
pub const LOCKER_BLOCK_COUNT: u64 = 3;
|
|
|
|
|
pub const LOCKER_BLOCK_INTERVAL: i64 = 300;
|