gui: upgrade liana dependency

This commit is contained in:
Michael Mallan 2024-10-10 12:46:06 +01:00
parent c2ce025a78
commit 9dd737b98c
No known key found for this signature in database
GPG Key ID: 5177CDCEDB0EABEB
2 changed files with 3 additions and 1 deletions

2
gui/Cargo.lock generated
View File

@ -2624,7 +2624,7 @@ dependencies = [
[[package]]
name = "liana"
version = "7.0.0"
source = "git+https://github.com/wizardsardine/liana?branch=master#18950c219a9233e584fabb1f5b168e17fa450902"
source = "git+https://github.com/wizardsardine/liana?branch=master#c2ce025a78891307e1f0d83c52cb983eb098d41d"
dependencies = [
"backtrace",
"bdk_coin_select",

View File

@ -584,6 +584,8 @@ impl Daemon for BackendWalletClient {
sync: 1.0,
rescan_progress: None,
timestamp: wallet.created_at as u32,
// We can ignore this field for remote backend as the wallet should remain synced.
last_poll_timestamp: None,
})
}