File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed
app/src/main/java/to/bitkit Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,6 @@ import android.content.Context
44import android.content.SharedPreferences
55import androidx.core.content.edit
66import dagger.hilt.android.qualifiers.ApplicationContext
7- import kotlinx.serialization.encodeToString
87import to.bitkit.di.json
98import to.bitkit.models.BalanceState
109import to.bitkit.utils.Logger
Original file line number Diff line number Diff line change @@ -67,7 +67,7 @@ fun SettingUpScreen(
6767 try {
6868 Logger .debug(" Auto-mining a block" , context = " SettingUpScreen" )
6969 regtestMine(1u )
70- Logger .debug(" Successfully mined a block" , context = " SettingUpView " )
70+ Logger .debug(" Successfully mined a block" , context = " SettingUpScreen " )
7171 } catch (e: Throwable ) {
7272 Logger .error(" Failed to mine block: $e " , context = " SettingUpScreen" )
7373 }
You can’t perform that action at this time.
0 commit comments