Skip to content

Commit

Permalink
Add 'TODO' for 'transactionHandler.performTx' in the case of failed t…
Browse files Browse the repository at this point in the history
…ransaction.
  • Loading branch information
nickeskov committed Dec 17, 2023
1 parent 2356ca8 commit 7e70795
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/state/transaction_handler.go
Original file line number Diff line number Diff line change
Expand Up @@ -239,6 +239,7 @@ func (h *transactionHandler) performTx(
},
)
} else {
// TODO: generate balance atomic snapshots here for failed transactions
snapshot = txSnapshot{
regular: []proto.AtomicSnapshot{
&proto.TransactionStatusSnapshot{Status: proto.TransactionFailed},
Expand Down

0 comments on commit 7e70795

Please sign in to comment.