The merchant will connect to a service provider (miner) and…
The merchant will connect to a service provider (miner) and they will verify a sufficient % of miners support that tx fee rate.
if (txFee < majorityHashAcceptedFeeRate) {
return false;
}