We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 507d759 + 97e6682 commit 661b734Copy full SHA for 661b734
lightning/src/chain/chaininterface.rs
@@ -64,7 +64,7 @@ impl<D: Deref> FeeEstimator for D where D::Target: FeeEstimator {
64
pub const MIN_RELAY_FEE_SAT_PER_1000_WEIGHT: u64 = 4000;
65
/// Minimum feerate that takes a sane approach to bitcoind weight-to-vbytes rounding.
66
/// See the following Core Lightning commit for an explanation:
67
-/// https://github.com/ElementsProject/lightning/commit/2e687b9b352c9092b5e8bd4a688916ac50b44af0
+/// <https://github.com/ElementsProject/lightning/commit/2e687b9b352c9092b5e8bd4a688916ac50b44af0>
68
pub const FEERATE_FLOOR_SATS_PER_KW: u32 = 253;
69
70
/// Wraps a `Deref` to a `FeeEstimator` so that any fee estimations provided by it
0 commit comments