mirror of
https://github.com/comit-network/xmr-btc-swap.git
synced 2024-10-31 15:20:15 +00: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
@ -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…
Reference in New Issue
Block a user