Updated on 2026-08-14
This commit is contained in:
parent
052daf6642
commit
abefdbc102
5 changed files with 386 additions and 75 deletions
|
|
@ -81,6 +81,17 @@ object CoinEngineFactory {
|
|||
Log.e(TAG, "Can't create Cardano CoinEngine!")
|
||||
}
|
||||
return result
|
||||
|
||||
// var result: EthEngine?
|
||||
// try {
|
||||
// result = EthEngine(context)
|
||||
//
|
||||
// } catch (e: Exception) {
|
||||
// e.printStackTrace()
|
||||
// result = null
|
||||
// Log.e(TAG, "Can't create Cardano CoinEngine!")
|
||||
// }
|
||||
// return result
|
||||
}
|
||||
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue