Skip to content

Commit

Permalink
cargo update -p liana
Browse files Browse the repository at this point in the history
  • Loading branch information
edouardparis committed Oct 18, 2023
1 parent aeff735 commit 757b53e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions gui/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion gui/src/daemon/embedded.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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> {
Expand Down

0 comments on commit 757b53e

Please sign in to comment.