Skip to content

Commit c985fc3

Browse files
authored
Store reth.ipc on output dir (#27)
1 parent e966a48 commit c985fc3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

main.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -398,6 +398,7 @@ func setupServices(svcManager *serviceManager, out *output) error {
398398
"--chain", "{{.Dir}}/genesis.json",
399399
"--datadir", "{{.Dir}}/data_reth",
400400
"--color", "never",
401+
"--ipcpath", "{{.Dir}}/reth.ipc",
401402
// p2p config. Use a default discovery key and disable public discovery and connections
402403
"--p2p-secret-key", defaultRethDiscoveryPrivKeyLoc,
403404
"--addr", "127.0.0.1",

0 commit comments

Comments
 (0)