Skip to content

Commit

Permalink
spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
Stebalien committed Feb 13, 2024
1 parent 1c4f2b1 commit 370df6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion node/impl/full/eth_trace.go
Original file line number Diff line number Diff line change
Expand Up @@ -456,7 +456,7 @@ func traceEthCreate(env *environment, addr []int, et *types.ExecutionTrace) (*et
var output ethtypes.EthBytes
// Handle the output.
switch et.MsgRct.ExitCode {
case 0: // successs
case 0: // success
// We're _supposed_ to include the contracts bytecode here, but we
// can't do that reliably (e.g., if some part of the trace reverts).
// So we don't try and include a sentinel "impossible bytecode"
Expand Down

0 comments on commit 370df6e

Please sign in to comment.