Skip to content

Commit

Permalink
fix(drive-abci): missing genesis_time field
Browse files Browse the repository at this point in the history
  • Loading branch information
lklimek committed Jul 25, 2024
1 parent 8632e0f commit 4bafe14
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,7 @@ where
validator_set_update: Some(validator_set),
next_core_chain_lock_update: None,
initial_core_height: core_height, // we send back the core height when the fork happens
genesis_time: None,
})
}
}

0 comments on commit 4bafe14

Please sign in to comment.