Remove Debug bound on tributary::P2p

This commit is contained in:
Luke Parker
2025-01-08 17:40:32 -05:00
parent de2d6568a4
commit b2bd5d3a44

View File

@@ -129,7 +129,7 @@ pub trait ReadWrite: Sized {
} }
} }
pub trait P2p: 'static + Send + Sync + Clone + Debug { pub trait P2p: 'static + Send + Sync + Clone {
/// Broadcast a message to all other members of the Tributary with the specified genesis. /// Broadcast a message to all other members of the Tributary with the specified genesis.
/// ///
/// The Tributary will re-broadcast consensus messages on a fixed interval to ensure they aren't /// The Tributary will re-broadcast consensus messages on a fixed interval to ensure they aren't