diff --git a/node/src/p2p.rs b/node/src/p2p.rs index 5430d217..55921074 100644 --- a/node/src/p2p.rs +++ b/node/src/p2p.rs @@ -52,7 +52,7 @@ pub enum P2pError { #[error("Not connected to any peers")] NoPeers, - #[error("Exchange: Not found")] + #[error("Exchange: {0}")] Exchange(#[from] ExchangeError), }