getEpochInfo RPC endpoint now includes the current block height
This commit is contained in:
@ -14,4 +14,7 @@ pub struct EpochInfo {
|
||||
|
||||
/// The absolute current slot
|
||||
pub absolute_slot: Slot,
|
||||
|
||||
/// The current block height
|
||||
pub block_height: u64,
|
||||
}
|
||||
|
Reference in New Issue
Block a user