We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 641e40f commit 0acb551Copy full SHA for 0acb551
lightning/src/chain/chaininterface.rs
@@ -176,7 +176,7 @@ pub trait FeeEstimator {
176
}
177
178
/// Minimum relay fee as required by bitcoin network mempool policy.
179
-pub const MIN_RELAY_FEE_SAT_PER_1000_WEIGHT: u64 = 4000;
+pub const MIN_RELAY_FEE_SAT_PER_1000_WEIGHT: u64 = 253;
180
/// Minimum feerate that takes a sane approach to bitcoind weight-to-vbytes rounding.
181
/// See the following Core Lightning commit for an explanation:
182
/// <https://github.com/ElementsProject/lightning/commit/2e687b9b352c9092b5e8bd4a688916ac50b44af0>
0 commit comments