Please read this, thinking that there may be such a possibility. I fork each version of Bitcoin to make Fujicoin. I am currently testing Fujicoin made from v22.0rc2. https://github.com/fujicoin/fujicoin
I often create large transactions with more than 350 inputs, but in v22.0, I fail to transfer money due to lack of fee about once every few times and get into a “not in memory pool” state. This phenomenon sometimes occurred in previous versions. It rarely occurred in v0.21.x, but it seems that the frequency increased in v22.0.
Specific explanation
The following image is the dialog at the time of remittance.
The following images show the remittance result and its details.
I made a program with python and calculated fee from raw Tx. In my calculation the fee was 2.57729334. Therefore, it is correct to be out of memoly pool due to insufficient remittance fee. In this case, the pre-remittance fee calculation is incorrect.
As you can see from the figure, this phenomenon can be reproduced many times if the wallet state is the same. Unfortunately, I don’t have any more parsing ability, so I can’t identify what kind of transaction causes a calculation error.
Fortunately, I’ve never experienced this with regular size transactions. Transactions that could not be remitted can be canceled, so there is no actual harm.
I think it’s pretty difficult to identify this problem, but I think it’s very good if it improves.