mirror of
https://github.com/aljazceru/breez-sdk-liquid.git
synced 2026-01-11 01:54:26 +01:00
Remove sync() call when handling Boltz update (#401)
This commit is contained in:
@@ -275,7 +275,6 @@ impl LiquidSdk {
|
||||
}
|
||||
update = updates_stream.recv() => match update {
|
||||
Ok(update) => {
|
||||
let _ = cloned.sync().await;
|
||||
let id = &update.id;
|
||||
match cloned.persister.fetch_swap_by_id(id) {
|
||||
Ok(Swap::Send(_)) => match cloned.send_swap_state_handler.on_new_status(&update).await {
|
||||
|
||||
Reference in New Issue
Block a user