Skip to content

Commit

Permalink
bugfix map stellar Create Account Operation sourceAccount, record.tra…
Browse files Browse the repository at this point in the history
…nsaction.sourceAccoun -> record.operation.sourceAccount,
  • Loading branch information
jack-fan1991 committed Mar 20, 2024
1 parent b92c210 commit 1c2af70
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 @@ -33,7 +33,7 @@ android {
compileSdk compile_sdk_version
minSdkVersion min_sdk_version
targetSdkVersion compile_sdk_version
versionCode 23
versionCode 24
versionName "1.3.1"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -667,7 +667,7 @@ class TransactionViewItemFactory(
val subtitle =if (isReceiver)
Translator.getString(
R.string.Transactions_From ,
mapped(record.transaction.sourceAccount, record.blockchainType)
mapped(record.operation.sourceAccount, record.blockchainType)
)else Translator.getString(
R.string.Transactions_To ,
mapped(record.operation.account, record.blockchainType)
Expand Down

0 comments on commit 1c2af70

Please sign in to comment.