mirror of
https://github.com/monero-project/monero.git
synced 2025-09-18 19:24:40 -04:00
reload checkpoints file every ~hr and print if any fail
also some other minor bug squashing and code formatting
This commit is contained in:
parent
0e1449135d
commit
30caebfce3
11 changed files with 174 additions and 73 deletions
|
@ -105,6 +105,7 @@ TEST(DNSResolver, IPv6Failure)
|
|||
|
||||
TEST(DNSResolver, GetTXTRecord)
|
||||
{
|
||||
bool avail, valid;
|
||||
|
||||
std::vector<std::string> records = tools::DNSResolver::instance().get_txt_record("donate.monero.cc", avail, valid);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue