Raiting should be Rating.
Change this:
const static std::string GET_NODE_RAITING = "get-nodes-raiting";
to this:
const static std::string GET_NODE_RATING = "get-nodes-rating";
|
const static std::string GET_NODE_RAITING = "get-nodes-raiting"; |
also found here:
|
} else if (func == GET_NODE_RAITING) { |
Raiting should be Rating.
Change this:
const static std::string GET_NODE_RAITING = "get-nodes-raiting";
to this:
const static std::string GET_NODE_RATING = "get-nodes-rating";
Node-Torrent/src/Server.cpp
Line 59 in a5417af
also found here:
Node-Torrent/src/Server.cpp
Line 581 in a5417af