Skip to content

Commit

Permalink
replace list_descriptor_utxo_spend_info instead of `list_live_contr…
Browse files Browse the repository at this point in the history
…act_spend_info`.
  • Loading branch information
KnowWhoami committed Sep 13, 2024
1 parent 8cf8599 commit a73ef73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bin/taker.rs
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ fn main() {
Commands::SeedUtxo => {
let utxos: Vec<ListUnspentResultEntry> = taker
.get_wallet()
.list_live_contract_spend_info(None)
.list_descriptor_utxo_spend_info(None)
.unwrap()
.iter()
.map(|(l, _)| l.clone())
Expand Down

0 comments on commit a73ef73

Please sign in to comment.