cargo update -p liana

This commit is contained in:
edouard 2023-10-18 17:04:56 +02:00
parent aeff735ac3
commit 757b53ebab
2 changed files with 3 additions and 3 deletions

4
gui/Cargo.lock generated
View File

@ -2112,8 +2112,8 @@ dependencies = [
[[package]]
name = "liana"
version = "1.0.0"
source = "git+https://github.com/wizardsardine/liana?branch=master#85d470dd8dd67e6726118fe6dd86f9b4c8d3b0ef"
version = "2.0.0"
source = "git+https://github.com/wizardsardine/liana?branch=master#605a13d4bab662f832b8fcb0d915eb17d0360c1f"
dependencies = [
"backtrace",
"bip39",

View File

@ -60,7 +60,7 @@ impl Daemon for EmbeddedDaemon {
}
fn list_coins(&self) -> Result<ListCoinsResult, DaemonError> {
Ok(self.control()?.list_coins())
Ok(self.control()?.list_coins(&[], &[]))
}
fn list_spend_txs(&self) -> Result<ListSpendResult, DaemonError> {