fix: adjust DEFAULT_TICKS_PER_SLOT
This commit is contained in:
@ -3,5 +3,4 @@
|
|||||||
// These constants should match the values in
|
// These constants should match the values in
|
||||||
// https://github.com/solana-labs/solana/blob/master/sdk/src/timing.rs
|
// https://github.com/solana-labs/solana/blob/master/sdk/src/timing.rs
|
||||||
export const NUM_TICKS_PER_SECOND = 10;
|
export const NUM_TICKS_PER_SECOND = 10;
|
||||||
export const DEFAULT_TICKS_PER_SLOT = 160;
|
export const DEFAULT_TICKS_PER_SLOT = 8;
|
||||||
export const DEFAULT_SLOTS_PER_EPOCH = 64;
|
|
||||||
|
Reference in New Issue
Block a user