p2pderivatives / rust-bitcoin-coin-selection

10 stars 5 forks source link

Use InputPredictionWeight instead of satisfaction_weight #32

Open yancyribbens opened 8 months ago

yancyribbens commented 8 months ago

We can use the rust-bitcoin type InputPredictionWeight to predict the weight (and fees) instead of satisfaction_weight.

yancyribbens commented 8 months ago

ref: https://github.com/rust-bitcoin/rust-bitcoin/pull/2456