diff options
| author | Czarek Nakamoto <cyjan@mrcyjanek.net> | 2025-05-08 13:15:39 +0200 |
|---|---|---|
| committer | Czarek Nakamoto <cyjan@mrcyjanek.net> | 2025-05-08 13:15:39 +0200 |
| commit | fbd21359f3b325466087c665035f22ff55b36f68 (patch) | |
| tree | c09d687e528e934be99de76754a109cdf5769a83 /patches/monero/0004-use-proper-error-handling-in-get_seed.patch | |
| parent | a479a569bc25dd1e9701436404a46f0f509096a4 (diff) | |
feat: callback-based ledger connection
Diffstat (limited to 'patches/monero/0004-use-proper-error-handling-in-get_seed.patch')
| -rw-r--r-- | patches/monero/0004-use-proper-error-handling-in-get_seed.patch | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/patches/monero/0004-use-proper-error-handling-in-get_seed.patch b/patches/monero/0004-use-proper-error-handling-in-get_seed.patch index 33207f3..aa30e4f 100644 --- a/patches/monero/0004-use-proper-error-handling-in-get_seed.patch +++ b/patches/monero/0004-use-proper-error-handling-in-get_seed.patch @@ -1,7 +1,7 @@ -From f9b222f1611d7cfbaf0ac52cd6194724c7554def Mon Sep 17 00:00:00 2001 +From 0c1524dd9a4f6b4450b277623ffa620f69931102 Mon Sep 17 00:00:00 2001 From: Czarek Nakamoto <cyjan@mrcyjanek.net> Date: Mon, 24 Jun 2024 10:49:12 +0200 -Subject: [PATCH 04/14] use proper error handling in get_seed +Subject: [PATCH 04/17] use proper error handling in get_seed --- src/wallet/api/wallet.cpp | 17 ++++++++++++----- @@ -67,5 +67,5 @@ index c9c2dbc82..b827b826f 100644 return true; -- -2.48.1 +2.49.0 |
