Skip to content

Commit 74997e9

Browse files
committed
fix: update ScanType to sync
1 parent d172160 commit 74997e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)