diff --git a/coordinator/tributary/src/lib.rs b/coordinator/tributary/src/lib.rs index 3e946381..2e4a6115 100644 --- a/coordinator/tributary/src/lib.rs +++ b/coordinator/tributary/src/lib.rs @@ -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. /// /// The Tributary will re-broadcast consensus messages on a fixed interval to ensure they aren't