From 4868eb9220962a4176a7ed0fc7c809c6200e71a0 Mon Sep 17 00:00:00 2001 From: cyan Date: Mon, 19 May 2025 12:09:32 +0200 Subject: 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 --- patches/monero/0016-pr-9880.patch | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'patches/monero/0016-pr-9880.patch') 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 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) -- cgit v1.2.3