cargo update -p liana
This commit is contained in:
parent
aeff735ac3
commit
757b53ebab
4
gui/Cargo.lock
generated
4
gui/Cargo.lock
generated
@ -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",
|
||||
|
||||
@ -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> {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user