eth/tracers: rm extra make
This commit is contained in:
		@@ -74,7 +74,6 @@ func (t *CallTracer) CaptureEnter(typ vm.OpCode, from common.Address, to common.
 | 
				
			|||||||
		Input: bytesToHex(input),
 | 
							Input: bytesToHex(input),
 | 
				
			||||||
		Gas:   uintToHex(gas),
 | 
							Gas:   uintToHex(gas),
 | 
				
			||||||
		Value: bigToHex(value),
 | 
							Value: bigToHex(value),
 | 
				
			||||||
		Calls: make([]CallFrame, 0),
 | 
					 | 
				
			||||||
	}
 | 
						}
 | 
				
			||||||
	t.callstack = append(t.callstack, call)
 | 
						t.callstack = append(t.callstack, call)
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user