Tuned some constants adn options.

This commit is contained in:
Revertron
2021-03-07 17:47:33 +01:00
parent 0d40f6599b
commit 9718fa8a81
3 changed files with 9 additions and 9 deletions
+3 -3
View File
@@ -1,6 +1,6 @@
pub const BLOCK_DIFFICULTY: u32 = 20;
pub const LOCKER_DIFFICULTY: u32 = 16;
pub const BLOCK_DIFFICULTY: u32 = 24;
pub const LOCKER_DIFFICULTY: u32 = 18;
pub const CHAIN_VERSION: u32 = 1;
pub const LOCKER_BLOCK_START: u64 = 5;
pub const LOCKER_BLOCK_START: u64 = 10;
pub const LOCKER_BLOCK_COUNT: u64 = 3;
pub const LOCKER_BLOCK_INTERVAL: i64 = 300;