From a6cb34014e7c2fc2b7bfc4ef7cb0a5ca772f232f Mon Sep 17 00:00:00 2001 From: pgherveou Date: Fri, 19 Jan 2024 13:18:36 +0100 Subject: [PATCH] fix --- docs/basics/debugging.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/basics/debugging.md b/docs/basics/debugging.md index 1d92188652..64c1540f6c 100644 --- a/docs/basics/debugging.md +++ b/docs/basics/debugging.md @@ -102,7 +102,7 @@ npx @acala-network/chopsticks@latest run-block \ | grep runtime::contracts ``` -This command replays the last block with trace-level logging enabled. By filtering the output with `runtime::contracts`, you can view all the contract calls in the block: +This command replays the block with trace-level logging enabled. By filtering the output with `runtime::contracts`, you can view all the contract calls in the block: ``` runtime::contracts TRACE: call ExportedFunction::Call account: , input_data: [246, 118, 44, 201]