getEpochInfo RPC endpoint now includes the current block height

This commit is contained in:
Michael Vines
2020-07-21 14:43:48 -07:00
parent 231e2387db
commit a5dd848702
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,
}