From 757b53ebab43c05a444ce22c8dd666fb367e6ee0 Mon Sep 17 00:00:00 2001 From: edouard Date: Wed, 18 Oct 2023 17:04:56 +0200 Subject: [PATCH] cargo update -p liana --- gui/Cargo.lock | 4 ++-- gui/src/daemon/embedded.rs | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/gui/Cargo.lock b/gui/Cargo.lock index 90aa09e18..ad984f3ca 100644 --- a/gui/Cargo.lock +++ b/gui/Cargo.lock @@ -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", diff --git a/gui/src/daemon/embedded.rs b/gui/src/daemon/embedded.rs index af07036d5..5103932cf 100644 --- a/gui/src/daemon/embedded.rs +++ b/gui/src/daemon/embedded.rs @@ -60,7 +60,7 @@ impl Daemon for EmbeddedDaemon { } fn list_coins(&self) -> Result { - Ok(self.control()?.list_coins()) + Ok(self.control()?.list_coins(&[], &[])) } fn list_spend_txs(&self) -> Result {