diff options
| author | cyan <cyjan@mrcyjanek.net> | 2025-05-19 12:09:32 +0200 |
|---|---|---|
| committer | Czarek Nakamoto <cyjan@mrcyjanek.net> | 2025-05-19 12:16:22 +0200 |
| commit | 4868eb9220962a4176a7ed0fc7c809c6200e71a0 (patch) | |
| tree | 0407d44c8919072b8b464192ce3de9d2a3fa9bbe /patches/monero/0016-pr-9880.patch | |
| parent | a479a569bc25dd1e9701436404a46f0f509096a4 (diff) | |
feat: callback-based ledger connection (#137)
* feat: callback-based ledger connection
* int -> void use sendToLedgerDeviceCallback only when needed
* fix(ledger): fix binds, make functions static
* update ledger patch
* monero.dart: add ledger callback api
Diffstat (limited to 'patches/monero/0016-pr-9880.patch')
| -rw-r--r-- | patches/monero/0016-pr-9880.patch | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/patches/monero/0016-pr-9880.patch b/patches/monero/0016-pr-9880.patch index dbf604f..22d1825 100644 --- a/patches/monero/0016-pr-9880.patch +++ b/patches/monero/0016-pr-9880.patch @@ -1,14 +1,14 @@ -From 31ef09596a9d8d547905577823ff52d33e10a3d2 Mon Sep 17 00:00:00 2001 +From ab4e853571329b3ccb745c393220c047b03f2b2c Mon Sep 17 00:00:00 2001 From: Czarek Nakamoto <cyjan@mrcyjanek.net> Date: Tue, 1 Apr 2025 11:30:45 +0200 -Subject: [PATCH] pr-9880 +Subject: [PATCH 16/17] pr-9880 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt -index 5938be6..1c47285 100644 +index 5938be622..1c4728578 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -216,7 +216,7 @@ function(forbid_undefined_symbols) |
