forked from Public/monero-gui
Merge pull request #492
8021037pause refresh while starting daemon + startup timeout (Jaquee)df60c81add start/pauseRefresh() (Jaquee)2ed59f4Daemon manager improvements (Jaquee)
This commit is contained in:
@@ -302,6 +302,16 @@ int Wallet::autoRefreshInterval() const
|
||||
return m_walletImpl->autoRefreshInterval();
|
||||
}
|
||||
|
||||
void Wallet::startRefresh() const
|
||||
{
|
||||
m_walletImpl->startRefresh();
|
||||
}
|
||||
|
||||
void Wallet::pauseRefresh() const
|
||||
{
|
||||
m_walletImpl->pauseRefresh();
|
||||
}
|
||||
|
||||
PendingTransaction *Wallet::createTransaction(const QString &dst_addr, const QString &payment_id,
|
||||
quint64 amount, quint32 mixin_count,
|
||||
PendingTransaction::Priority priority)
|
||||
|
||||
Reference in New Issue
Block a user