So I was fiddling with feerates today. I bumped into #13283, but this seemed different.
I have the following setup:
-regtestand-minrelaytxfee=0.00001100- one node makes a block every some seconds
- other node has
-mintxfee=0.00001100as well and connects to that node and creates a tx with createraw+fundraw+signraw+sendraw
On fundraw, I use "{\"feeRate\": 0.00001100}".
Result: the txs of the second node don't get relayed to the first node and don't get mined.
So my main reason for this research was to observe fee estimation. After a while, estimatesmartfee 3 gives a feerate of 0.00001097, which is just below the feeRate supposedly set in every txs in the blockchain & mempool (which seems weird on itself), but is also lower than the minRelayTxFee for that node.