aboutsummaryrefslogtreecommitdiff
path: root/src/qt/optionsmodel.h
diff options
context:
space:
mode:
authorWladimir J. van der Laan <laanwj@gmail.com>2014-02-15 10:38:06 +0100
committerWladimir J. van der Laan <laanwj@gmail.com>2014-02-16 09:23:08 +0100
commit29d45073c969e20a36ee01c1beabace331cb8245 (patch)
treeef71851f867da05dca8a76dccddf03787c0c1dc3 /src/qt/optionsmodel.h
parent05d3ded072d782036c31c1d773c0441b87de843e (diff)
downloadbitcoin-29d45073c969e20a36ee01c1beabace331cb8245.tar.xz
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
Diffstat (limited to 'src/qt/optionsmodel.h')
-rw-r--r--src/qt/optionsmodel.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/qt/optionsmodel.h b/src/qt/optionsmodel.h
index e5c1e3e8b9..a3487ddd2e 100644
--- a/src/qt/optionsmodel.h
+++ b/src/qt/optionsmodel.h
@@ -40,6 +40,7 @@ public:
CoinControlFeatures, // bool
ThreadsScriptVerif, // int
DatabaseCache, // int
+ SpendZeroConfChange, // bool
OptionIDRowCount,
};