Skip to content

Commit

Permalink
Update tron-kit, fix account restore
Browse files Browse the repository at this point in the history
  • Loading branch information
omurovch committed Aug 29, 2023
1 parent becd3af commit 7dc510b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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") {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
)
Expand Down

0 comments on commit 7dc510b

Please sign in to comment.