We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e4db07 commit f5e71b3Copy full SHA for f5e71b3
stackslib/src/net/api/getinfo.rs
@@ -82,6 +82,8 @@ pub struct RPCPeerInfoData {
82
pub genesis_chainstate_hash: Sha256Sum,
83
pub unanchored_tip: Option<StacksBlockId>,
84
pub unanchored_seq: Option<u16>,
85
+ #[serde(default)]
86
+ #[serde(skip_serializing_if = "Option::is_none")]
87
pub tenure_height: Option<u64>,
88
pub exit_at_block_height: Option<u64>,
89
pub is_fully_synced: bool,
0 commit comments