mirror of
https://git.hush.is/hush/hush3.git
synced 2025-07-14 00:03:21 -04:00
Compare commits
No commits in common. "9519e3a6cd986051474d0a2d435a7ec4ec56d847" and "26064b4bf8b8f82d9254a2188dc290e41cb20f0c" have entirely different histories.
9519e3a6cd
...
26064b4bf8
@ -435,11 +435,11 @@ public:
|
||||
}
|
||||
|
||||
template<typename Stream>
|
||||
void Unserialize(Stream& s_) EXCLUSIVE_LOCKS_REQUIRED(!cs)
|
||||
void Unserialize(Stream& s_)
|
||||
{
|
||||
LOCK(cs);
|
||||
|
||||
std::vector<int>().swap(vRandom);
|
||||
assert(vRandom.empty());
|
||||
|
||||
Format format;
|
||||
s_ >> Using<CustomUintFormatter<1>>(format);
|
||||
|
@ -2277,8 +2277,8 @@ void StartNode(boost::thread_group& threadGroup, CScheduler& scheduler)
|
||||
}
|
||||
|
||||
uiInterface.InitMessage(_("Loading addresses..."));
|
||||
// Load addresses for peers.dat
|
||||
int64_t nStart = GetTimeMillis();
|
||||
fprintf(stderr, "%s: Loading addresses for peers.dat at %ld\n", __func__, nStart);
|
||||
{
|
||||
CAddrDB adb;
|
||||
if (!adb.Read(addrman))
|
||||
|
Loading…
x
Reference in New Issue
Block a user