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: <img width="1056" alt="bildschirmfoto 2017-01-06 um 11 00 07" src="https://cloud.githubusercontent.com/assets/178464/21714484/7b16f4a4-d3ff-11e6-90f1-2f7aaf86673a.png"> <img width="1056" alt="bildschirmfoto 2017-01-06 um 11 00 09" src="https://cloud.githubusercontent.com/assets/178464/21714485/7b394a90-d3ff-11e6-9c3c-1a28a5f591f1.png"> <img width="208" alt="bildschirmfoto 2017-01-06 um 11 02 18" src="https://cloud.githubusercontent.com/assets/178464/21714503/9ca054da-d3ff-11e6-87c9-304ac1d5b1b7.png">
