There are multiple reports (bitcoin.stackoverflow, etc.) from users sending (very-)low-fee-transactions with bitcoin-core.
The reason for this is probably that some users are not waiting long enough until smartfee estimation is possible.
The current fallback fee is 0.0002BTC/kb
, one of my ~0.13.0 nodes is telling me 0.00069534
for a confirmation target of 25 blocks. Using the current fallback fee can be troublesome.
If we have to use the fallback-ferrate, we should probably warn the user more significant (there is no “warning” right now.).
Screenshots: