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 2f81923 commit 57351cfCopy full SHA for 57351cf
stacks-signer/src/client/stacks_client.rs
@@ -598,7 +598,6 @@ impl StacksClient {
598
/// Retrieve the current pox data from the stacks node
599
pub fn get_pox_data(&self) -> Result<RPCPoxInfoData, ClientError> {
600
debug!("stacks_node_client: Getting pox data...");
601
- #[cfg(feature = "monitoring_prom")]
602
let timer = crate::monitoring::new_rpc_call_timer(&self.pox_path(), &self.http_origin);
603
let send_request = || {
604
self.stacks_node_client
0 commit comments