I'm using Bitcoin Core, and for some reason, it doesn't want to accept transactions when I already have other transactions in the mempool, even if those transactions are using different UTxOs and they have different non-witness data. I have enough to pay for the transaction and fees. I also make sure that the fees are greater than the vsize which means that the problem is not with the fee.
Can someone provide an insight about this specific reject-reason?
getmempoolinfo
got memempoolminfee
andminrelaytxfee
to be equal to 1e-05. – Nahum Maurice Feb 20 '24 at 21:34