diff options
author | tobtoht <tob@featherwallet.org> | 2023-05-12 12:39:00 +0200 |
---|---|---|
committer | tobtoht <tob@featherwallet.org> | 2023-07-03 13:34:39 +0200 |
commit | d9c7cd5a89cd1baa270a097bae1a2eff7bd4b2e9 (patch) | |
tree | 03e01adfe900547742797582d963a30f9624dc44 /tests/unit_tests/CMakeLists.txt | |
parent | Merge pull request #8884 (diff) | |
download | monero-d9c7cd5a89cd1baa270a097bae1a2eff7bd4b2e9.tar.xz |
common: do not use DNS to determine if address is local
Co-authored-by: j-berman <justinberman@protonmail.com>
Diffstat (limited to '')
-rw-r--r-- | tests/unit_tests/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/unit_tests/CMakeLists.txt b/tests/unit_tests/CMakeLists.txt index cbed5e6de..57bd568fc 100644 --- a/tests/unit_tests/CMakeLists.txt +++ b/tests/unit_tests/CMakeLists.txt @@ -91,6 +91,7 @@ set(unit_tests_sources unbound.cpp uri.cpp variant.cpp + util.cpp varint.cpp ver_rct_non_semantics_simple_cached.cpp ringct.cpp |