The merchant will connect to a service provider (miner) and…

Twetch ·

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;
}