mirror of
https://github.com/monero-project/monero.git
synced 2026-01-13 13:27:34 -08:00
wallet_api: add isDeterministic()
This commit is contained in:
@@ -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<boost::mutex> l(m_statusMutex);
|
||||
|
||||
Reference in New Issue
Block a user