diff options
Diffstat (limited to 'patches/wownero/0013-add-monero-submodule-support.patch')
| -rw-r--r-- | patches/wownero/0013-add-monero-submodule-support.patch | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/patches/wownero/0013-add-monero-submodule-support.patch b/patches/wownero/0013-add-monero-submodule-support.patch index f220055..6b1e987 100644 --- a/patches/wownero/0013-add-monero-submodule-support.patch +++ b/patches/wownero/0013-add-monero-submodule-support.patch @@ -1,4 +1,4 @@ -From 1bd61531746e983799fcae9d3a7228620bbc84f5 Mon Sep 17 00:00:00 2001 +From f8b3055a79c929dc167d20d4874ab20b0a51d49d Mon Sep 17 00:00:00 2001 From: cyan <cyjan@mrcyjanek.net> Date: Thu, 7 Nov 2024 16:46:24 +0000 Subject: [PATCH 13/15] add monero submodule support @@ -10,7 +10,7 @@ Subject: [PATCH 13/15] add monero submodule support 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt -index 85a62ef7b..763d240fc 100644 +index 96056e324..1383e630a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -223,9 +223,9 @@ function(forbid_undefined_symbols) @@ -48,7 +48,7 @@ index 7ecf5f610..89fb9d167 100644 set(saved_CMAKE_C_FLAGS ${CMAKE_C_FLAGS}) set(CMAKE_C_FLAGS "${flag}") diff --git a/src/wallet/wallet_rpc_server.cpp b/src/wallet/wallet_rpc_server.cpp -index 3cc6b278f..071434486 100644 +index 21e69ea0e..d9bc5dda3 100644 --- a/src/wallet/wallet_rpc_server.cpp +++ b/src/wallet/wallet_rpc_server.cpp @@ -1162,7 +1162,7 @@ namespace tools @@ -61,5 +61,5 @@ index 3cc6b278f..071434486 100644 if (ptx_vector.empty()) { -- -2.39.5 (Apple Git-154) +2.48.0 |
