Commit bb45eac
committed
Switch to expose
Previously, we exposed the `FeeRate::from_sat_per_vb_unchecked`
constructor, which however was now marked deprecated with
`bitcoin-units` v0.1.3 (see
https://docs.rs/bitcoin-units/0.1.3/bitcoin_units/fee_rate/struct.FeeRate.html#method.from_sat_per_vb_unchecked).
Here, we switch to `from_sat_per_vb_u32`, also fixing our CI job that
started to fail on the deprecation warning.FeeRate::from_sat_per_vb_u32 in bindings1 parent 297ae84 commit bb45eac
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
156 | 156 | | |
157 | 157 | | |
158 | 158 | | |
159 | | - | |
160 | | - | |
| 159 | + | |
| 160 | + | |
161 | 161 | | |
162 | 162 | | |
163 | 163 | | |
| |||
0 commit comments