decrease default tracing permits (#7010)

Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
This commit is contained in:
Abner Zheng
2024-03-08 00:37:56 +08:00
committed by GitHub
parent 4017b3ac65
commit 1cd05b09ef
5 changed files with 21 additions and 12 deletions

View File

@ -3,7 +3,7 @@
//! Run with
//!
//! ```not_rust
//! cargo run --release -p custom-inspector --node --http --ws --recipients 0x....,0x....
//! cargo run --release -p custom-inspector -- node --http --ws --recipients 0x....,0x....
//! ```
//!
//! If no recipients are specified, all transactions will be inspected.