eth: updated comments (#21490)

This commit is contained in:
Marius van der Wijden
2020-08-26 12:20:12 +02:00
committed by GitHub
parent 92b12ee6c6
commit 16d7eae1c8
3 changed files with 3 additions and 3 deletions

View File

@ -401,7 +401,7 @@ func (api *PrivateDebugAPI) TraceBlockFromFile(ctx context.Context, file string,
return api.TraceBlock(ctx, blob, config)
}
// TraceBadBlockByHash returns the structured logs created during the execution of
// TraceBadBlock returns the structured logs created during the execution of
// EVM against a block pulled from the pool of bad ones and returns them as a JSON
// object.
func (api *PrivateDebugAPI) TraceBadBlock(ctx context.Context, hash common.Hash, config *TraceConfig) ([]*txTraceResult, error) {