Skip to content

Commit 2fbe604

Browse files
committed
Update MigrationService.kt
1 parent 971f29c commit 2fbe604

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

app/src/main/java/to/bitkit/services/MigrationService.kt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -124,8 +124,6 @@ class MigrationService @Inject constructor(
124124
const val RN_MIGRATION_COMPLETED_KEY = "rnMigrationCompleted"
125125
const val RN_MIGRATION_CHECKED_KEY = "rnMigrationChecked"
126126
private const val RN_WALLET_NAME = "wallet0"
127-
private const val MNEMONIC_WORD_COUNT_12 = 12
128-
private const val MNEMONIC_WORD_COUNT_24 = 24
129127
private const val MILLISECONDS_TO_SECONDS = 1000
130128
private const val GCM_IV_LENGTH = 12
131129
private const val GCM_TAG_LENGTH = 128

0 commit comments

Comments
 (0)