getEpochInfo RPC endpoint now includes the current block height (#11155)

Co-authored-by: Michael Vines <mvines@gmail.com>
This commit is contained in:
mergify[bot]
2020-07-22 01:53:53 +00:00
committed by GitHub
parent 61d9d40e48
commit 24dc6680e1
3 changed files with 7 additions and 1 deletions

View File

@@ -14,4 +14,7 @@ pub struct EpochInfo {
/// The absolute current slot
pub absolute_slot: Slot,
/// The current block height
pub block_height: u64,
}