Skip to content

Commit

Permalink
Fix GettingStarted.kt
Browse files Browse the repository at this point in the history
  • Loading branch information
ok300 committed Apr 13, 2024
1 parent ae052ea commit cab0ecd
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,10 @@ class GettingStarted {
}

fun start_restore_only(config: Config, seed: List<UByte>) {
class SDKListener : EventListener {
override fun onEvent(e: BreezEvent) {}
}

try {
// ANCHOR: init-sdk-restore-only
val connectRequest = ConnectRequest(config, seed, true)
Expand Down

0 comments on commit cab0ecd

Please sign in to comment.