forked from such-gitea/wownero
Compare commits
6 Commits
v0.10.1.0
...
release-v0
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
51e7a4178e | ||
|
|
f3a45f26c4 | ||
|
|
7944b65d7d | ||
|
|
90e321abd0 | ||
|
|
a053814e71 | ||
|
|
a7c7711b47 |
@@ -850,6 +850,9 @@ namespace nodetool
|
||||
if (m_nettype == cryptonote::MAINNET)
|
||||
{
|
||||
return {
|
||||
"lrq65qrhpbt5voom2ncvowpes6kvobodkldhpuwhxlsrpugmgmlq.b32.i2p:34565",
|
||||
"72tbpgeczdtx2q2enbyaqcot7mghbnjenjkmdpyylrssqehr746a.b32.i2p:34565",
|
||||
"rkel2qy7xv3cc5bnxfrzwgh3jvd4woagd4vlhr3qsdxy6cfkimnq.b32.i2p:34565",
|
||||
};
|
||||
}
|
||||
return {};
|
||||
|
||||
@@ -233,7 +233,7 @@ void TransactionHistoryImpl::refresh()
|
||||
ti->m_timestamp = pd.m_timestamp;
|
||||
ti->m_confirmations = 0;
|
||||
|
||||
for (const auto &d : pd.m_dests) {
|
||||
for (const auto &d : pd.m_dests)
|
||||
{
|
||||
ti->m_transfers.push_back({d.amount, d.address(m_wallet->m_wallet->nettype(), pd.m_payment_id)});
|
||||
}
|
||||
@@ -274,4 +274,3 @@ void TransactionHistoryImpl::refresh()
|
||||
}
|
||||
|
||||
} // namespace
|
||||
}
|
||||
|
||||
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user