git.delta.rocks / unique-network / refs/commits / 3f998b389015

difftreelog

Fix block time

Greg Zaitsev2021-07-14parent: #430a12f.patch.diff
in: master

1 file changed

modifiedruntime/src/lib.rsdiffbeforeafterboth
154 transaction_version: 1,154 transaction_version: 1,
155};155};
156156
157pub const MILLISECS_PER_BLOCK: u64 = 1200;157pub const MILLISECS_PER_BLOCK: u64 = 12000;
158158
159pub const SLOT_DURATION: u64 = MILLISECS_PER_BLOCK;159pub const SLOT_DURATION: u64 = MILLISECS_PER_BLOCK;
160160