difftreelog
Fix block time
in: master
1 file changed
runtime/src/lib.rsdiffbeforeafterboth154 transaction_version: 1,154 transaction_version: 1,155};155};156156157pub const MILLISECS_PER_BLOCK: u64 = 1200;157pub const MILLISECS_PER_BLOCK: u64 = 12000;158158159pub const SLOT_DURATION: u64 = MILLISECS_PER_BLOCK;159pub const SLOT_DURATION: u64 = MILLISECS_PER_BLOCK;160160