diff options
author | Jonas Schnelli <dev@jonasschnelli.ch> | 2016-10-21 10:24:03 +0200 |
---|---|---|
committer | Jonas Schnelli <dev@jonasschnelli.ch> | 2016-10-28 10:44:30 +0200 |
commit | 6f0289967fa12afa4bc3299f433bb496a8e7c229 (patch) | |
tree | d99736043cb00c0d17f139d867929b95f40bb9a0 /src/qt/walletmodel.h | |
parent | 004168dcb75750ea3f30e1349e4802c20bf4b860 (diff) |
[Qt] Hide nTxConfirmTarget behind WalletModel
Diffstat (limited to 'src/qt/walletmodel.h')
-rw-r--r-- | src/qt/walletmodel.h | 2 |
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; |