diff --git a/src/UniqueNodeList.cpp b/src/UniqueNodeList.cpp index c49bfc70e7..86b47ea1a9 100644 --- a/src/UniqueNodeList.cpp +++ b/src/UniqueNodeList.cpp @@ -904,7 +904,7 @@ void UniqueNodeList::responseFetch(const std::string strDomain, const boost::sys else { std::cerr - << boost::format("Validator: '%s' unabile to retrieve " NODE_FILE_NAME ": %s") + << boost::format("Validator: '%s' unable to retrieve " NODE_FILE_NAME ": %s") % strDomain % err.message() << std::endl; diff --git a/src/UniqueNodeList.h b/src/UniqueNodeList.h index 2149c313fe..0e5e72bde8 100644 --- a/src/UniqueNodeList.h +++ b/src/UniqueNodeList.h @@ -92,7 +92,6 @@ private: void trustedLoad(); bool scoreRound(std::vector& vsnNodes); - int iSourceScore(validatorSource vsWhy); void responseFetch(const std::string strDomain, const boost::system::error_code& err, const std::string strSiteFile); @@ -156,6 +155,8 @@ public: void nodeNetwork(); Json::Value getUnlJson(); + + int iSourceScore(validatorSource vsWhy); }; #endif