I did try adding the following line to my bitcoin.config file: minrelaytxfee=0.1
That did the opposite, the value is in BTC/kvB unit so you actually set it higher instead.
Check Cricktor's config for the correct values.
However, since you're using Bitcoin Core v30.0, that shouldn't be required as you mentioned.
Reference:
/policy.h#L66Don't forget to restart Bitcoin Core when changing anything in the config file.
Ah, then I ended up setting the minimum fee to an insanely high price. But, as you said, it shouldn't have been necessary to change anything in Core 30, considering how the other Tx's went through without issue. (And I did restart Core after editing the config file.) I'll just re-comment that line and try to re-broadcast the Tx.