mirror of
https://codeberg.org/wownero/wownero-lws
synced 2026-01-09 15:15:15 -08:00
Add support for dynamic fees over ZMQ (#166)
* Add support for dynamic fees over ZMQ * Fix build after upstream change * Fix unit tests
This commit is contained in:
committed by
Lee *!* Clagett
parent
b63000d21a
commit
e593fd5fb2
@@ -128,7 +128,7 @@ if (MONERO_BUILD_DIR)
|
||||
PROTOLIB_LIBRARY
|
||||
)
|
||||
|
||||
if (NOT (monero_monero_SOURCE_DIR MATCHES "${MONERO_SOURCE_DIR}(/src/cryptonote_protocol)"))
|
||||
if (NOT (monero_monero_SOURCE_DIR MATCHES "${MONERO_SOURCE_DIR}"))
|
||||
message(FATAL_ERROR "Invalid Monero source dir - does not appear to match source used for build directory")
|
||||
endif()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user