mirror of
https://github.com/monero-project/monero.git
synced 2026-07-30 15:40:24 -07:00
a few minor (but easy) performance tweaks
Found by codacy.com
This commit is contained in:
+1
-1
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user