diff --git a/app/build.gradle b/app/build.gradle index b20ecefbb17..d08bc71e80c 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -274,7 +274,7 @@ dependencies { implementation 'com.github.horizontalsystems:binance-chain-kit-android:7e4d7c0' implementation 'com.github.horizontalsystems:market-kit-android:f203edd' implementation 'com.github.horizontalsystems:solana-kit-android:f9d9f4a' - implementation 'com.github.horizontalsystems:tron-kit-android:b269d1f' + implementation 'com.github.horizontalsystems:tron-kit-android:67f8d53' // Zcash SDK implementation "cash.z.ecc.android:zcash-android-sdk:1.14.0-beta01" implementation("io.github.binance:binance-connector-java:3.0.0rc2") { diff --git a/app/src/main/java/io/horizontalsystems/bankwallet/core/managers/TronKitManager.kt b/app/src/main/java/io/horizontalsystems/bankwallet/core/managers/TronKitManager.kt index 9760026bbcf..0c18d28f70a 100644 --- a/app/src/main/java/io/horizontalsystems/bankwallet/core/managers/TronKitManager.kt +++ b/app/src/main/java/io/horizontalsystems/bankwallet/core/managers/TronKitManager.kt @@ -80,7 +80,7 @@ class TronKitManager( val kit = TronKit.getInstance( application = App.instance, walletId = account.id, - words = accountType.words, + seed = seed, network = network, tronGridApiKey = appConfigProvider.trongridApiKey )