GraphQL: Typo in error message for GraphQL "call" request
Signed-off-by: Jamie Lokier <jamie@shareable.org>
This commit is contained in:
parent
6dd14e4f4f
commit
f3f872d707
|
@ -761,7 +761,7 @@ proc blockCall(ud: RootRef, params: Args, parent: Node): RespResult {.apiPragma.
|
|||
let (callData, gasLimit) = toCallData(param)
|
||||
ctx.makeCall(callData, h.header, ctx.chainDB)
|
||||
except Exception as em:
|
||||
err("estimateGas error: " & em.msg)
|
||||
err("call error: " & em.msg)
|
||||
|
||||
proc blockEstimateGas(ud: RootRef, params: Args, parent: Node): RespResult {.apiPragma.} =
|
||||
let ctx = GraphqlContextRef(ud)
|
||||
|
|
Loading…
Reference in New Issue