Skip to content

Commit 066cc25

Browse files
committed
chore: cleanup
1 parent 01f9d9a commit 066cc25

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

app/src/main/java/to/bitkit/data/AppStorage.kt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ import android.content.Context
44
import android.content.SharedPreferences
55
import androidx.core.content.edit
66
import dagger.hilt.android.qualifiers.ApplicationContext
7-
import kotlinx.serialization.encodeToString
87
import to.bitkit.di.json
98
import to.bitkit.models.BalanceState
109
import to.bitkit.utils.Logger

app/src/main/java/to/bitkit/ui/screens/transfer/SettingUpScreen.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
}

0 commit comments

Comments
 (0)