diff --git a/Zano b/Zano index 2241263..8b910b9 160000 --- a/Zano +++ b/Zano @@ -1 +1 @@ -Subproject commit 2241263925acfc2c31acd5b45d30ae703878a4c7 +Subproject commit 8b910b91113762f63aacd91c9d3943088e74465f diff --git a/main.cc b/main.cc index c620df1..c194276 100644 --- a/main.cc +++ b/main.cc @@ -14,6 +14,11 @@ #include "currency_core/basic_pow_helpers.h" #include +#if BOOST_VERSION < 107500 + #pragma message("Detected Boost version: " BOOST_LIB_VERSION) + #error "Boost version 1.75.0 or newer is required for zano-node-util." +#endif + #define THROW_ERROR_EXCEPTION(x) Nan::ThrowError(x) void callback(char* data, void* hint) {