From 3954559b0abb382285b89f2f396b9e802f988dc3 Mon Sep 17 00:00:00 2001 From: Vegard Stikbakke Date: Mon, 13 Feb 2023 10:31:36 +0100 Subject: [PATCH] [website] fix list in docs section Custom Javascript tracing (#26661) --- docs/developers/evm-tracing/custom-tracer.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/developers/evm-tracing/custom-tracer.md b/docs/developers/evm-tracing/custom-tracer.md index f08080ccbc..37156b2b19 100644 --- a/docs/developers/evm-tracing/custom-tracer.md +++ b/docs/developers/evm-tracing/custom-tracer.md @@ -249,7 +249,7 @@ And these fields are only available for tracing mined transactions (i.e. not ava - `getGasUsed()` - returns amount of gas used throughout the frame as a Number - `getOutput()` - returns the output as a buffer - ` -getError()` - returns an error if one occurred during execution and `undefined` otherwise +- `getError()` - returns an error if one occurred during execution and `undefined` otherwise ### Usage