diff options
| author | cyan <cyjan@mrcyjanek.net> | 2024-07-15 10:28:08 +0000 |
|---|---|---|
| committer | cyan <cyjan@mrcyjanek.net> | 2024-07-15 10:28:08 +0000 |
| commit | 9ae4a5262a5893331994472c4c5e494716d29d26 (patch) | |
| tree | a0b5f069fc79dabd994829e3caec24a637617377 /patches/wownero/0014-store-crash-fix.patch | |
| parent | 26d6e33c31944f3a4fba52bd71be97e6a8c6b53a (diff) | |
update wow patches
Diffstat (limited to 'patches/wownero/0014-store-crash-fix.patch')
| -rw-r--r-- | patches/wownero/0014-store-crash-fix.patch | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/patches/wownero/0014-store-crash-fix.patch b/patches/wownero/0014-store-crash-fix.patch index b55643d..40875ac 100644 --- a/patches/wownero/0014-store-crash-fix.patch +++ b/patches/wownero/0014-store-crash-fix.patch @@ -1,7 +1,7 @@ -From 286acdf6951194536ead88de80a7940b320bd056 Mon Sep 17 00:00:00 2001 +From 584cf058ca441a46aa054d2d401b20f31ff7732e Mon Sep 17 00:00:00 2001 From: Czarek Nakamoto <cyjan@mrcyjanek.net> Date: Sat, 11 May 2024 16:25:10 +0200 -Subject: [PATCH] store crash fix +Subject: [PATCH 14/14] store crash fix Monero wallet crashes (sometimes) when it is syncing, while the proper solution (that can be seen in feather) @@ -43,7 +43,7 @@ the current state. 4 files changed, 26 insertions(+), 15 deletions(-) diff --git a/src/wallet/api/wallet.cpp b/src/wallet/api/wallet.cpp -index 04f278e15..29339207f 100644 +index 02cf7c79b..b416c9535 100644 --- a/src/wallet/api/wallet.cpp +++ b/src/wallet/api/wallet.cpp @@ -57,8 +57,8 @@ using namespace cryptonote; |
