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 6683c41 commit b26bbd3Copy full SHA for b26bbd3
crates/services/tx_status_manager/src/service.rs
@@ -112,7 +112,6 @@ pub struct Task<T> {
112
early_preconfirmations: Vec<Sealed<Preconfirmations, Bytes64>>,
113
}
114
115
-#[allow(dead_code)]
116
/// Interface for signature verification of preconfirmations
117
pub trait SignatureVerification: Send {
118
/// Adds a new delegate signature to verify the preconfirmations
0 commit comments