mirror of
https://git.wownero.com/wownero/wownero.git
synced 2024-08-15 01:03:23 +00: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