Skip to content

Commit

Permalink
update: block time
Browse files Browse the repository at this point in the history
  • Loading branch information
AurevoirXavier committed Apr 14, 2020
1 parent d89c803 commit 7faa176
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions runtime/crab/src/constants.rs
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,8 @@ pub mod time {
// --- darwinai ---
use darwinia_primitives::{BlockNumber, Moment};

// Crab & Mainnet
// pub const MILLISECS_PER_BLOCK: Moment = 10000;
// Testnet
pub const MILLISECS_PER_BLOCK: Moment = 3000;
// Crab & Mainnet & Testnet
pub const MILLISECS_PER_BLOCK: Moment = 10000;

pub const SLOT_DURATION: Moment = MILLISECS_PER_BLOCK;

Expand Down

0 comments on commit 7faa176

Please sign in to comment.