mirror of
https://github.com/comit-network/xmr-btc-swap.git
synced 2025-04-20 07:56:05 -04:00
Update wallet.rs
This commit is contained in:
parent
9f62afedd7
commit
cf63dcea78
@ -280,7 +280,7 @@ impl Wallet {
|
||||
|
||||
// We would not want to fail here if the height is not available
|
||||
// as it is not critical for the operation of the wallet.
|
||||
// We can just log the error and continue.
|
||||
// We can just log a warning and continue.
|
||||
let height = match self.inner.lock().await.get_height().await {
|
||||
Ok(height) => height.to_string(),
|
||||
Err(_) => {
|
||||
|
Loading…
x
Reference in New Issue
Block a user