eth/tracers: rm extra make

Co-authored-by: Martin Holst Swende <martin@swende.se>
This commit is contained in:
Sina Mahmoodi 2021-10-13 15:06:31 +02:00 committed by GitHub
parent ca5427ade0
commit d9371f300f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -46,7 +46,6 @@ func (t *CallTracer) CaptureStart(env *vm.EVM, from common.Address, to common.Ad
Input: bytesToHex(input),
Gas: uintToHex(gas),
Value: bigToHex(value),
Calls: make([]CallFrame, 0),
}
if create {
t.callstack[0].Type = "CREATE"