aboutsummaryrefslogtreecommitdiff
path: root/src/qt/walletmodel.h
diff options
context:
space:
mode:
authorJonas Schnelli <dev@jonasschnelli.ch>2016-10-21 10:24:03 +0200
committerJonas Schnelli <dev@jonasschnelli.ch>2016-10-28 10:44:30 +0200
commit6f0289967fa12afa4bc3299f433bb496a8e7c229 (patch)
treed99736043cb00c0d17f139d867929b95f40bb9a0 /src/qt/walletmodel.h
parent004168dcb75750ea3f30e1349e4802c20bf4b860 (diff)
downloadbitcoin-6f0289967fa12afa4bc3299f433bb496a8e7c229.tar.xz
[Qt] Hide nTxConfirmTarget behind WalletModel
Diffstat (limited to 'src/qt/walletmodel.h')
-rw-r--r--src/qt/walletmodel.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/qt/walletmodel.h b/src/qt/walletmodel.h
index cdac60da36..521d845997 100644
--- a/src/qt/walletmodel.h
+++ b/src/qt/walletmodel.h
@@ -207,6 +207,8 @@ public:
bool hdEnabled() const;
+ int getDefaultConfirmTarget() const;
+
private:
CWallet *wallet;
bool fHaveWatchOnly;