From dd1c92aeb74600f2c8b7b12ad18001c245fd3ff4 Mon Sep 17 00:00:00 2001 From: tobtoht Date: Sat, 14 Aug 2021 16:16:45 +0200 Subject: [PATCH] Update Monero submodule --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 9efc641..ce75670 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -32,7 +32,7 @@ if(DEBUG) set(CMAKE_VERBOSE_MAKEFILE ON) endif() -set(MONERO_HEAD "d0662146e12d9c0ac9905b4423bb27bd68a4444e") +set(MONERO_HEAD "25ec90f4ddeb19c31553f0104a18d80974f9acb8") set(BUILD_GUI_DEPS ON) option(ARCH "Target architecture" "x86-64") set(BUILD_64 ON)