mirror of
https://github.com/comit-network/xmr-btc-swap.git
synced 2025-06-05 05:39:35 -04:00
Don't print PeerId when requesting quote
Bob always just talks to one party, the PeerId is just noise.
This commit is contained in:
parent
cbef577e2d
commit
06e3bccaa6
1 changed files with 1 additions and 4 deletions
|
@ -36,10 +36,7 @@ pub struct Behaviour {
|
|||
|
||||
impl Behaviour {
|
||||
pub fn send(&mut self, alice: PeerId, quote_request: QuoteRequest) -> Result<RequestId> {
|
||||
debug!(
|
||||
"Requesting quote for {} from {}",
|
||||
quote_request.btc_amount, alice
|
||||
);
|
||||
debug!("Requesting quote for {}", quote_request.btc_amount);
|
||||
|
||||
let id = self.rr.send_request(&alice, quote_request);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue