We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d172160 commit 74997e9Copy full SHA for 74997e9
examples/src/main/kotlin/Kyoto.kt
@@ -39,7 +39,7 @@ fun main() {
39
val lightClient = CbfBuilder()
40
.peers(peers)
41
.connections(1u)
42
- .scanType(ScanType.New)
+ .scanType(ScanType.Sync)
43
.dataDir(persistenceFilePath.toString())
44
.build(wallet)
45
val client = lightClient.client
0 commit comments