From 7c4e4c7603d78439649d2095edc544bee4a7567b Mon Sep 17 00:00:00 2001 From: tobtoht Date: Fri, 12 Mar 2021 23:43:58 +0100 Subject: wallet_api: add isDeterministic() --- src/wallet/api/wallet.cpp | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/wallet/api/wallet.cpp') diff --git a/src/wallet/api/wallet.cpp b/src/wallet/api/wallet.cpp index 4f923ce54..d06a11a64 100644 --- a/src/wallet/api/wallet.cpp +++ b/src/wallet/api/wallet.cpp @@ -2104,6 +2104,11 @@ bool WalletImpl::watchOnly() const return m_wallet->watch_only(); } +bool WalletImpl::isDeterministic() const +{ + return m_wallet->is_deterministic(); +} + void WalletImpl::clearStatus() const { boost::lock_guard l(m_statusMutex); -- cgit v1.2.3