From 6f0289967fa12afa4bc3299f433bb496a8e7c229 Mon Sep 17 00:00:00 2001 From: Jonas Schnelli Date: Fri, 21 Oct 2016 10:24:03 +0200 Subject: [Qt] Hide nTxConfirmTarget behind WalletModel --- src/qt/walletmodel.cpp | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/qt/walletmodel.cpp') diff --git a/src/qt/walletmodel.cpp b/src/qt/walletmodel.cpp index 305cb4fefa..079b8d3a7b 100644 --- a/src/qt/walletmodel.cpp +++ b/src/qt/walletmodel.cpp @@ -698,3 +698,8 @@ bool WalletModel::hdEnabled() const { return wallet->IsHDEnabled(); } + +int WalletModel::getDefaultConfirmTarget() const +{ + return nTxConfirmTarget; +} -- cgit v1.2.3