We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent abf084c commit ad338a8Copy full SHA for ad338a8
eth/tracers/native/call_flat.go
@@ -296,7 +296,7 @@ func newFlatCreate(input *callFrame) *flatCallFrame {
296
return &flatCallFrame{
297
Type: strings.ToLower(vm.CREATE.String()),
298
Action: flatCallAction{
299
- CreateType: strings.ToLower(vm.OpCode(input.Type).String()),
+ CreateType: strings.ToLower(input.Type.String()),
300
From: &input.From,
301
Gas: &input.Gas,
302
Value: input.Value,
0 commit comments