Skip to content

Commit

Permalink
doc update
Browse files Browse the repository at this point in the history
  • Loading branch information
lmittmann committed Aug 18, 2023
1 parent 2de77f6 commit ffce6ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion w3vm/receipt.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ type Receipt struct {
f w3types.Func // Func of corresponding message

GasUsed uint64 // Gas used by the message
GasLimit uint64 // Minimum required gas limit (gas used + gas refund)
GasLimit uint64 // Minimum required gas limit (gas used without refund)
Logs []*types.Log // Logs emitted by the message
Output []byte // Output bytes of the applied message
ContractAddress *common.Address // Contract address created by a contract creation transaction
Expand Down

0 comments on commit ffce6ab

Please sign in to comment.