Skip to content

Commit

Permalink
AND-5286 fix chia pending transaction (added hash to txData)
Browse files Browse the repository at this point in the history
  • Loading branch information
kozarezvlad committed Nov 17, 2023
1 parent 55afde4 commit 4408c65
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 4408c65

Please sign in to comment.