Skip to content

Commit

Permalink
Merge pull request #378 from tangem/bugfix/AND-5286-chia-pending-tx
Browse files Browse the repository at this point in the history
AND-5286 fix chia pending transaction (added hash to txData)
  • Loading branch information
kozarezvlad authored Nov 17, 2023
2 parents 55afde4 + 4408c65 commit 973a27f
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ class ChiaWalletManager(
val sendResult = networkProvider.sendTransaction(transactionToSend)

if (sendResult is SimpleResult.Success) {
transactionData.hash = transactionToSend.spendBundle.aggregatedSignature
wallet.addOutgoingTransaction(transactionData)
}
sendResult
Expand Down

0 comments on commit 973a27f

Please sign in to comment.