Skip to content

Commit 93972c1

Browse files
committed
fixes
1 parent 6488fe4 commit 93972c1

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

README.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -153,17 +153,15 @@ This will start a local Geth development node with HTTP RPC enabled, useful for
153153
When testing and debugging, you can record all `eth_sendRawTransaction` requests using the `--record` flag. This works with both `eth-rpc` and `revive_dev_stack`:
154154

155155
```sh
156-
# Record requests when running eth-rpc standalone
156+
# Record requests when running eth-rpc
157157
eth-rpc run ws://localhost:9944 --record
158158

159159
# Or specify a custom path for the recorded requests
160160
eth-rpc run ws://localhost:9944 --record=/path/to/requests.log
161161

162162
# Record requests when running the full stack in tmux
163-
evive_dev_stack --record
163+
revive_dev_stack --record
164164

165-
# Or with a custom path
166-
revive_dev_stack --record=/path/to/requests.log
167165
```
168166

169167
When `--record` is enabled, eth-rpc will:
@@ -240,7 +238,7 @@ westend run # Run with polkadot-omni-node
240238
# Run the full Westend stack in tmux
241239
westend_stack
242240

243-
# Similarly for Passet Hub (requires https://github.com/paseo-network/passet-hub checkout under ~/github/passet-hub)
241+
# Similarly for Passet Hub (requires https://github.com/paseo-network/passet-hub checkout under ~/github/passet-hub-
244242
passet build
245243
passet run
246244
passet_stack

0 commit comments

Comments
 (0)