mirror of
https://github.com/monero-project/monero-gui.git
synced 2026-04-12 06:47:26 -04:00
@@ -587,6 +587,11 @@ bool Wallet::rescanSpent()
|
||||
return m_walletImpl->rescanSpent();
|
||||
}
|
||||
|
||||
bool Wallet::useForkRules(quint8 required_version, quint64 earlyBlocks) const
|
||||
{
|
||||
return m_walletImpl->useForkRules(required_version,earlyBlocks);
|
||||
}
|
||||
|
||||
Wallet::Wallet(Monero::Wallet *w, QObject *parent)
|
||||
: QObject(parent)
|
||||
, m_walletImpl(w)
|
||||
|
||||
Reference in New Issue
Block a user