diff options
author | tobtoht <tob@featherwallet.org> | 2023-05-12 12:39:00 +0200 |
---|---|---|
committer | tobtoht <tob@featherwallet.org> | 2023-05-25 18:06:34 +0200 |
commit | 8dc4abdafec7985319ba2fd2294ca8f0916d9cea (patch) | |
tree | 566abe8f4fa2044b6f50f6be8a00265a2aadb8d1 /tests/unit_tests/CMakeLists.txt | |
parent | Merge pull request #8846 (diff) | |
download | monero-8dc4abdafec7985319ba2fd2294ca8f0916d9cea.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 2efa931bc..147b38dd4 100644 --- a/tests/unit_tests/CMakeLists.txt +++ b/tests/unit_tests/CMakeLists.txt @@ -90,6 +90,7 @@ set(unit_tests_sources hardfork.cpp unbound.cpp uri.cpp + util.cpp varint.cpp ver_rct_non_semantics_simple_cached.cpp ringct.cpp |