set(CMAKE_VERBOSE_MAKEFILE ON)
endif()
-set(MONERO_HEAD "4982ac420c101be2afb387138c4ee57b1a5c2f9b")
+set(MONERO_HEAD "9c03081caf20fa95d58ba62ee7cd37cd50d39286")
set(BUILD_GUI_DEPS ON)
option(ARCH "Target architecture" "native")
set(BUILD_64 ON)
-Subproject commit 4982ac420c101be2afb387138c4ee57b1a5c2f9b
+Subproject commit 9c03081caf20fa95d58ba62ee7cd37cd50d39286
qDebug() << Q_FUNC_INFO;
m_splashDialog->hide();
+ m_ctx->wallet->setRingDatabase(Utils::ringDatabasePath());
+
m_ctx->updateBalance();
if (m_ctx->wallet->isHwBacked()) {
m_statusBtnHwDevice->show();
return m_walletImpl->isDeviceConnected();
}
+bool Wallet::setRingDatabase(const QString &path) {
+ return m_walletImpl->setRingDatabase(path.toStdString());
+}
+
void Wallet::onPassphraseEntered(const QString &passphrase, bool enter_on_device, bool entry_abort)
{
if (m_walletListener != nullptr)
bool isDeviceConnected() const;
+ bool setRingDatabase(const QString &path);
+
// TODO: setListenter() when it implemented in API
signals:
// emitted on every event happened with wallet