mirror of
https://github.com/monero-project/monero.git
synced 2026-01-13 21:36:32 -08:00
a few minor (but easy) performance tweaks
Found by codacy.com
This commit is contained in:
@@ -124,5 +124,5 @@ namespace cryptonote {
|
||||
bool operator ==(const cryptonote::block& a, const cryptonote::block& b);
|
||||
}
|
||||
|
||||
bool parse_hash256(const std::string str_hash, crypto::hash& hash);
|
||||
bool parse_hash256(const std::string &str_hash, crypto::hash& hash);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user