From 778e7249bb7b9efc7190cf4a8beacda02f44c4d7 Mon Sep 17 00:00:00 2001 From: itorod Date: Tue, 7 Oct 2025 23:28:12 +0100 Subject: [PATCH 1/2] fix: update ScanType to sync --- examples/src/main/kotlin/Kyoto.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/src/main/kotlin/Kyoto.kt b/examples/src/main/kotlin/Kyoto.kt index 2839468..c4b75af 100644 --- a/examples/src/main/kotlin/Kyoto.kt +++ b/examples/src/main/kotlin/Kyoto.kt @@ -39,7 +39,7 @@ fun main() { val lightClient = CbfBuilder() .peers(peers) .connections(1u) - .scanType(ScanType.New) + .scanType(ScanType.Sync) .dataDir(persistenceFilePath.toString()) .build(wallet) val client = lightClient.client From 4f4105acd3df043dabb967116d25c36c9bcd16c8 Mon Sep 17 00:00:00 2001 From: itorod Date: Tue, 7 Oct 2025 23:27:45 +0100 Subject: [PATCH 2/2] chore: update submodule to master cc7e216 --- bdk-ffi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bdk-ffi b/bdk-ffi index 53d4986..cc7e216 160000 --- a/bdk-ffi +++ b/bdk-ffi @@ -1 +1 @@ -Subproject commit 53d4986aaebee5f2d53b49c8d17467d7733f960e +Subproject commit cc7e216cb92d953a60e9f546097d8d362d2b4ce9