mirror of
https://github.com/paradigmxyz/reth.git
synced 2026-04-30 03:01:58 -04:00
rm proof calculated
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user