fix: adjust DEFAULT_TICKS_PER_SLOT to match main repo

This commit is contained in:
Michael Vines
2019-03-14 15:26:49 -07:00
parent 6fe0e08a80
commit 759d7b9cc2
4 changed files with 4 additions and 4 deletions

View File

@ -3,5 +3,5 @@
// These constants should match the values in
// https://github.com/solana-labs/solana/blob/master/sdk/src/timing.rs
export const NUM_TICKS_PER_SECOND = 10;
export const DEFAULT_TICKS_PER_SLOT = 80;
export const DEFAULT_TICKS_PER_SLOT = 160;
export const DEFAULT_SLOTS_PER_EPOCH = 64;