qt: Add option to (not) spend unconfirmed change

- Add a wallet tab to options dialog
- Move fee setting to wallet tab
- Add new setting to set -nospendzeroconfchange from UI
This commit is contained in:
Wladimir J. van der Laan
2014-02-15 10:38:06 +01:00
parent 05d3ded072
commit 29d45073c9
4 changed files with 101 additions and 47 deletions

View File

@@ -40,6 +40,7 @@ public:
CoinControlFeatures, // bool
ThreadsScriptVerif, // int
DatabaseCache, // int
SpendZeroConfChange, // bool
OptionIDRowCount,
};