Removed all external zones.

This commit is contained in:
Revertron
2021-05-02 16:02:14 +02:00
parent 9949d13e62
commit 64f5f1027b
9 changed files with 9 additions and 129 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ use std::time::Duration;
pub const DB_VERSION: u32 = 0;
pub const CHAIN_VERSION: u32 = 1;
pub const ORIGIN_DIFFICULTY: u32 = 30;
pub const ORIGIN_DIFFICULTY: u32 = 28;
pub const DOMAIN_DIFFICULTY: u32 = 24;
pub const SIGNER_DIFFICULTY: u32 = 16;
pub const KEYSTORE_DIFFICULTY: u32 = 23;