Skip to content

Commit

Permalink
Fix BIP and CJ
Browse files Browse the repository at this point in the history
  • Loading branch information
223880 committed Mar 23, 2024
1 parent fb9ec2f commit d509e1e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion android/app/src/main/java/com/fireboltnew/MainActivity.kt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,9 @@ import java.util.concurrent.locks.ReentrantLock
import javax.crypto.Cipher
import javax.crypto.spec.GCMParameterSpec
import javax.crypto.spec.SecretKeySpec
import javax.crypto.spec.Coinjoin
import javax.crypto.spec.CoinjoinSpec
import javax.crypto.spec.Bip39Spec


class MainActivity : ReactActivity() {
override fun onCreate(savedInstanceState: Bundle?) {
Expand Down

0 comments on commit d509e1e

Please sign in to comment.