enable async refresh

pull/420/head
wow nero 3 years ago
parent 8ab87421d9
commit f3a45f26c4
No known key found for this signature in database
GPG Key ID: 4386E69AF260078D

@ -435,6 +435,10 @@ WalletImpl::WalletImpl(NetworkType nettype, uint64_t kdf_rounds)
m_refreshIntervalMillis = DEFAULT_REFRESH_INTERVAL_MILLIS;
m_refreshThread = boost::thread([this] () {
this->refreshThreadFunc();
});
}
WalletImpl::~WalletImpl()

Loading…
Cancel
Save