Skip to content

Commit

Permalink
docs(wallet): remove unneeded coin_select() database param
Browse files Browse the repository at this point in the history
  • Loading branch information
notmandatory committed Mar 29, 2024
1 parent 1144f68 commit 72c438a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions crates/bdk/src/wallet/coin_selection.rs
Original file line number Diff line number Diff line change
Expand Up @@ -219,8 +219,6 @@ impl CoinSelectionResult {
pub trait CoinSelectionAlgorithm: core::fmt::Debug {
/// Perform the coin selection
///
/// - `database`: a reference to the wallet's database that can be used to lookup additional
/// details for a specific UTXO
/// - `required_utxos`: the utxos that must be spent regardless of `target_amount` with their
/// weight cost
/// - `optional_utxos`: the remaining available utxos to satisfy `target_amount` with their
Expand Down

0 comments on commit 72c438a

Please sign in to comment.