Skip to content

Commit

Permalink
fix: remove minimum absolute fee
Browse files Browse the repository at this point in the history
  • Loading branch information
evanlinjin committed Nov 29, 2023
1 parent 7cd390b commit a0e9250
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/coin_selector.rs
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,7 @@ impl Default for Target {
fn default() -> Self {
Self {
feerate: FeeRate::default_min_relay_fee(),
// https://bitcoin.stackexchange.com/questions/69282/what-is-the-min-relay-min-fee-code-26
min_fee: 1000,
min_fee: 0,
value: 0,
}
}
Expand Down

0 comments on commit a0e9250

Please sign in to comment.