Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
pgherveou committed Jan 19, 2024
1 parent 79baa87 commit a6cb340
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/basics/debugging.md
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit a6cb340

Please sign in to comment.