diff options
| author | Czarek Nakamoto <cyjan@mrcyjanek.net> | 2024-11-26 17:05:57 -0500 |
|---|---|---|
| committer | Czarek Nakamoto <cyjan@mrcyjanek.net> | 2024-11-26 17:05:57 -0500 |
| commit | 0c19e446116f745b90a2e90d3243388c70adef2d (patch) | |
| tree | 7cfb11e5683a0dfd001df4e9e574ca84db3bf0a3 /patches/wownero/0015-add-monero-submodule-support.patch | |
| parent | c224a4437d3f65a1ed1d67db98480a8529c8913f (diff) | |
macos fixes, wownero fixes, idk what else, please help me
Diffstat (limited to 'patches/wownero/0015-add-monero-submodule-support.patch')
| -rw-r--r-- | patches/wownero/0015-add-monero-submodule-support.patch | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/patches/wownero/0015-add-monero-submodule-support.patch b/patches/wownero/0015-add-monero-submodule-support.patch index 97dcc90..4ef6bd2 100644 --- a/patches/wownero/0015-add-monero-submodule-support.patch +++ b/patches/wownero/0015-add-monero-submodule-support.patch @@ -1,7 +1,7 @@ -From c7a565ce333b11e4eaa25a1cf6035837146273d7 Mon Sep 17 00:00:00 2001 +From 24bc8f2b4ead8cb848a979140129618d04ebc762 Mon Sep 17 00:00:00 2001 From: cyan <cyjan@mrcyjanek.net> Date: Thu, 7 Nov 2024 16:46:24 +0000 -Subject: [PATCH] add monero submodule support +Subject: [PATCH 15/17] add monero submodule support --- CMakeLists.txt | 6 +++--- @@ -10,7 +10,7 @@ Subject: [PATCH] add monero submodule support 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt -index e7fa90abb..b995a68b2 100644 +index 85a62ef7b..763d240fc 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -223,9 +223,9 @@ function(forbid_undefined_symbols) @@ -25,7 +25,7 @@ index e7fa90abb..b995a68b2 100644 endif() add_library(l0 SHARED incorrect_source.cpp) add_library(l1 MODULE incorrect_source.cpp) -@@ -390,7 +390,7 @@ else() +@@ -391,7 +391,7 @@ else() endif() list(INSERT CMAKE_MODULE_PATH 0 @@ -48,10 +48,10 @@ 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 d24b4c563..91f692599 100644 +index 3cc6b278f..071434486 100644 --- a/src/wallet/wallet_rpc_server.cpp +++ b/src/wallet/wallet_rpc_server.cpp -@@ -1163,7 +1163,7 @@ namespace tools +@@ -1162,7 +1162,7 @@ namespace tools { uint64_t mixin = m_wallet->adjust_mixin(req.ring_size ? req.ring_size - 1 : 0); uint32_t priority = m_wallet->adjust_priority(req.priority); @@ -61,5 +61,5 @@ index d24b4c563..91f692599 100644 if (ptx_vector.empty()) { -- -2.43.0 +2.39.5 (Apple Git-154) |
