mirror of
https://github.com/status-im/op-geth.git
synced 2025-01-09 22:25:44 +00:00
bb6115b737
that specifies the maximum number of elements in the `structLogs` output. This option is useful for debugging a transaction that involves a large number of repetition. For example, ``` debug.traceTransaction(tx, {disableStorage: true, limit: 2}) ``` shows at most the first two steps in the `structLogs`.