rm proof calculated

This commit is contained in:
Yong Kang
2025-10-22 04:33:33 +00:00
parent 2a53ab8935
commit 70b939aa44

View File

@@ -113,17 +113,6 @@ pub(super) enum MultiProofMessage {
FinishedStateUpdates,
}
/// Message about completion of proof calculation for a specific state update
#[derive(Debug)]
pub(super) struct ProofCalculated {
/// The index of this proof in the sequence of state updates
sequence_number: u64,
/// Sparse trie update
update: SparseTrieUpdate,
/// The time taken to calculate the proof.
elapsed: Duration,
}
/// Handle to track proof calculation ordering.
#[derive(Debug, Default)]
struct ProofSequencer {