Updated on 2026-08-14

This commit is contained in:
Tangem 2019-04-03 15:07:16 +03:00
parent 052daf6642
commit abefdbc102
5 changed files with 386 additions and 75 deletions

View file

@ -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
}
}