From 99a62ef0324ce2b0fc8988cd4a6aa1dd84a5c4fd Mon Sep 17 00:00:00 2001 From: Czarek Nakamoto Date: Sun, 14 Apr 2024 17:26:27 +0200 Subject: polyseed fix ugh --- .../monero/0002-wallet-background-sync-with-just-the-view-key.patch | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'patches/monero/0002-wallet-background-sync-with-just-the-view-key.patch') 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 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) -- cgit v1.2.3