Skip to content

Commit 65ba343

Browse files
JukLee0irawanwiset25
authored andcommitted
internal/ethapi: merge CallArgs and SendTxArgs (ethereum#22718)
1 parent 04c7848 commit 65ba343

File tree

3 files changed

+235
-222
lines changed

3 files changed

+235
-222
lines changed

eth/api_tracer.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -652,7 +652,7 @@ func (api *PrivateDebugAPI) TraceTransaction(ctx context.Context, hash common.Ha
652652
// created during the execution of EVM if the given transaction was added on
653653
// top of the provided block and returns them as a JSON object.
654654
// You can provide -2 as a block number to trace on top of the pending block.
655-
func (api *PrivateDebugAPI) TraceCall(ctx context.Context, args ethapi.CallArgs, blockNrOrHash rpc.BlockNumberOrHash, config *TraceCallConfig) (interface{}, error) {
655+
func (api *PrivateDebugAPI) TraceCall(ctx context.Context, args ethapi.TransactionArgs, blockNrOrHash rpc.BlockNumberOrHash, config *TraceCallConfig) (interface{}, error) {
656656
// Try to retrieve the specified block
657657
var (
658658
err error

0 commit comments

Comments
 (0)