This commit is contained in:
John Smith 2023-06-21 10:02:16 -04:00
parent 7ae074365f
commit 2272b8e139

View File

@ -1011,7 +1011,7 @@ impl NetworkManager {
return Ok(NetworkResult::timeout()); return Ok(NetworkResult::timeout());
} }
ReceiptEvent::Cancelled => { ReceiptEvent::Cancelled => {
bail!("hole punch receipt cancelled from {}", target_nr); return Ok(NetworkResult::no_connection_other(format!("hole punch receipt cancelled from {}", target_nr)))
} }
}; };