Skip to content

Commit

Permalink
fix error message
Browse files Browse the repository at this point in the history
  • Loading branch information
oblique committed Sep 16, 2023
1 parent 7405291 commit 9dcafb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion node/src/p2p.rs
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ pub enum P2pError {
#[error("Not connected to any peers")]
NoPeers,

#[error("Exchange: Not found")]
#[error("Exchange: {0}")]
Exchange(#[from] ExchangeError),
}

Expand Down

0 comments on commit 9dcafb4

Please sign in to comment.