Skip to main content

MIN_RELAY_FEE

Constant MIN_RELAY_FEE 

Source
pub const MIN_RELAY_FEE: i64 = 1000; // 1_000i64
Expand 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.