From a8910b0fe41baa565b3d11666e450fc4c4a43c3a Mon Sep 17 00:00:00 2001 From: tobtoht Date: Mon, 14 Mar 2022 19:39:20 +0100 Subject: [PATCH] Update Monero submodule --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 41313af..0f7083a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -32,7 +32,7 @@ if(DEBUG) set(CMAKE_VERBOSE_MAKEFILE ON) endif() -set(MONERO_HEAD "241fe02f5cc5a13b075a052ba272781434433613") +set(MONERO_HEAD "deb87b22b80f12b9ec373607de1bb739dde91bdb") set(BUILD_GUI_DEPS ON) option(ARCH "Target architecture" "x86-64") set(BUILD_64 ON)