Files
pallectrum/electrum/bitcoin.py
SomberNight 58af1c493d fee_policy: lower min relay fee from 1 sat/byte to 0.1 s/b
- minrelayfee is still server-reported, but the clamps are changed from [1, 50] to [0.1, 50] sat/vbyte
- dynamic feerates coming from the estimator are still clamped to [1, 1500] sat/vbyte

ref https://github.com/bitcoin/bitcoin/pull/33106
2025-08-01 18:53:03 +00:00

28 KiB