Skip to content

Commit

Permalink
GH-2036 changed the receiver address
Browse files Browse the repository at this point in the history
  • Loading branch information
DmitryBespalov committed May 27, 2024
1 parent 830a8bf commit 6f251a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/src/main/java/io/gnosis/data/utils/SafeTxHash.kt
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ fun calculateSafeTxHash(
safeAddress
}
is TransactionInfo.SwapOrder -> {
safeAddress
transaction.txData?.to?.value ?: safeAddress
}
else -> {
throw UnsupportedTransactionType(transaction::javaClass.name)
Expand Down

0 comments on commit 6f251a8

Please sign in to comment.