diff options
| author | Czarek Nakamoto <cyjan@mrcyjanek.net> | 2024-04-14 17:26:27 +0200 |
|---|---|---|
| committer | Czarek Nakamoto <cyjan@mrcyjanek.net> | 2024-04-14 20:46:57 +0200 |
| commit | 99a62ef0324ce2b0fc8988cd4a6aa1dd84a5c4fd (patch) | |
| tree | e2b6b2d68b023d62421cca1d7058f6d9885aca18 /patches/monero/0002-wallet-background-sync-with-just-the-view-key.patch | |
| parent | 365e58bb9f1a489ec4b6bf86ac4159b89d53dc51 (diff) | |
polyseed fix ughrewrite-boost-patch-experiment
Diffstat (limited to 'patches/monero/0002-wallet-background-sync-with-just-the-view-key.patch')
| -rw-r--r-- | patches/monero/0002-wallet-background-sync-with-just-the-view-key.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/patches/monero/0002-wallet-background-sync-with-just-the-view-key.patch b/patches/monero/0002-wallet-background-sync-with-just-the-view-key.patch index 610e5bd..1f8dca6 100644 --- a/patches/monero/0002-wallet-background-sync-with-just-the-view-key.patch +++ b/patches/monero/0002-wallet-background-sync-with-just-the-view-key.patch @@ -1,4 +1,4 @@ -From 0cc1775c6a41a1768ebbe6155496f01289f903d4 Mon Sep 17 00:00:00 2001 +From bafe1464686ae1da1a60e09d932dfa28a31c8618 Mon Sep 17 00:00:00 2001 From: j-berman <justinberman@protonmail.com> Date: Thu, 13 Oct 2022 18:33:33 -0700 Subject: [PATCH 2/8] wallet: background sync with just the view key @@ -50,7 +50,7 @@ cache. 20 files changed, 2337 insertions(+), 130 deletions(-) diff --git a/src/cryptonote_basic/account.cpp b/src/cryptonote_basic/account.cpp -index 4931c3740..2d556f285 100644 +index 020e71e9d..fbe0a79ba 100644 --- a/src/cryptonote_basic/account.cpp +++ b/src/cryptonote_basic/account.cpp @@ -158,6 +158,17 @@ DISABLE_VS_WARNINGS(4244 4345) |
