diff options
| author | Czarek Nakamoto <cyjan@mrcyjanek.net> | 2025-01-13 13:10:03 +0100 |
|---|---|---|
| committer | Czarek Nakamoto <cyjan@mrcyjanek.net> | 2025-01-13 13:10:03 +0100 |
| commit | 0361815a6cf02e377677395d9c5151cb794d2a02 (patch) | |
| tree | 734115ac50d5e38b46024d126d40dcfb3157f83e /patches/wownero/0013-add-monero-submodule-support.patch | |
| parent | 81af224f708f83c94f1f1b5a6507a3df84b7f173 (diff) | |
Updated wownero, cleaned up patches
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..416fb3f 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 8eaefc7cbe488aca7f0f726ac9a0bdb00508517b 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 |
