Skip to content

Commit a1afe77

Browse files
committed
fix: update ScanType to sync
1 parent 88eca89 commit a1afe77

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

bdk-ffi

Submodule bdk-ffi updated 44 files

examples/src/main/kotlin/Kyoto.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ fun main() {
3939
val lightClient = CbfBuilder()
4040
.peers(peers)
4141
.connections(1u)
42-
.scanType(ScanType.New)
42+
.scanType(ScanType.Sync)
4343
.dataDir(persistenceFilePath.toString())
4444
.build(wallet)
4545
val client = lightClient.client

0 commit comments

Comments
 (0)