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 88eca89 commit 778e724Copy full SHA for 778e724
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