rpc: plumb shred_version through RpcContactInfo
This commit is contained in:
committed by
mergify[bot]
parent
26afc7620b
commit
67e6a3106f
@ -206,6 +206,8 @@ pub struct RpcContactInfo {
|
||||
pub version: Option<String>,
|
||||
/// First 4 bytes of the FeatureSet identifier
|
||||
pub feature_set: Option<u32>,
|
||||
/// Shred version
|
||||
pub shred_version: Option<u16>,
|
||||
}
|
||||
|
||||
/// Map of leader base58 identity pubkeys to the slot indices relative to the first epoch slot
|
||||
|
Reference in New Issue
Block a user