mirror of
https://github.com/monero-project/monero.git
synced 2025-08-08 22:22:33 -04:00
Factor is_address_local code into a tools function
This commit is contained in:
parent
4629ead8c5
commit
9bd9906e8f
4 changed files with 43 additions and 65 deletions
|
@ -181,4 +181,6 @@ namespace tools
|
|||
|
||||
void set_max_concurrency(unsigned n);
|
||||
unsigned get_max_concurrency();
|
||||
|
||||
bool is_local_address(const std::string &address);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue