You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(replace_by_fee): reject sub-minimum bumps under congestion
RBF validated custom bumps against the static 0.1 floor while send/swap track the live mempool minimumFee — its custom-fee field carries no presets, so FeeOptions.minRelay was unavailable. Thread minRelay from ReplaceByFeeCubit (already fetched, previously discarded) into CustomFeeListItem via a dedicated minRelay param that takes precedence over feePresets and falls back to 0.1 until the fetch completes. An RBF bump below the network's current minimum is now rejected at the keystroke gate, matching send/swap. Adds regression tests for the override floor and the RBF commit gate.
0 commit comments