pub const MIN_RELAY_FEE: i64 = 1000; // 1_000i64Expand description
Minimum relay fee for RBF replacement (BIP125)
A replacement transaction must pay at least this much more in fees than the transaction it replaces. This prevents spam replacements with minimal fee increases.