mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-07-19 21:35:44 +00:00
Rework telemetry to replace the use of tracing with an object we pass around (#8143)
polkadot companion: paritytech/polkadot#2535
This commit is contained in:
@@ -247,9 +247,6 @@ where
|
||||
.map_err(|_| ClientError::JustificationDecode)?;
|
||||
justification.verify(current_set_id, ¤t_authorities)?;
|
||||
|
||||
use sc_telemetry::{telemetry, CONSENSUS_INFO};
|
||||
telemetry!(CONSENSUS_INFO; "afg.finality_proof_ok";
|
||||
"finalized_header_hash" => ?proof.block);
|
||||
Ok(proof)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user