|
@@ -173,7 +173,7 @@ impl LocalEventGraph {
|
|
|
|
|
|
|
|
loop {
|
|
loop {
|
|
|
// Find the next rotation timestamp:
|
|
// Find the next rotation timestamp:
|
|
|
- let next_rotation = next_rotation_timestamp(INITIAL_GENESIS, days_rotation);
|
|
|
|
|
|
|
+ let next_rotation = next_rotation_timestamp(INITIAL_GENESIS / 1000, days_rotation);
|
|
|
|
|
|
|
|
// Prepare the new genesis event
|
|
// Prepare the new genesis event
|
|
|
let current_genesis = Event {
|
|
let current_genesis = Event {
|