Skip to content

Commit

Permalink
Fix message result (#1222)
Browse files Browse the repository at this point in the history
  • Loading branch information
simonlechner authored Jan 6, 2025
1 parent 56a3e7c commit df598f9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions executor/transaction_processor.go
Original file line number Diff line number Diff line change
Expand Up @@ -523,6 +523,7 @@ func (t *toscaProcessor) processRegularTx(db state.VmStateDB, block int, tx int,
gasUsed: uint64(receipt.GasUsed),
err: err,
returnData: receipt.Output,
failed: !receipt.Success,
}

return newTransactionResult(log, msg, result, finalError, msg.From), nil
Expand Down

0 comments on commit df598f9

Please sign in to comment.