a few minor (but easy) performance tweaks

Found by codacy.com
This commit is contained in:
moneromooo-monero
2018-11-23 15:36:48 +00:00
parent 3002307418
commit 611639710d
11 changed files with 21 additions and 21 deletions
+1 -1
View File
@@ -41,6 +41,6 @@ namespace tools
bool decode(const std::string& enc, std::string& data);
std::string encode_addr(uint64_t tag, const std::string& data);
bool decode_addr(std::string addr, uint64_t& tag, std::string& data);
bool decode_addr(const std::string &addr, uint64_t& tag, std::string& data);
}
}