Skip to content

Commit

Permalink
Fix reth output logs (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
ferranbt authored Aug 6, 2024
1 parent eb08709 commit a8b78dd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -352,6 +352,7 @@ func setupServices(svcManager *serviceManager, out *output) error {
"node",
"--chain", "{{.Dir}}/genesis.json",
"--datadir", "{{.Dir}}/data_reth",
"--color", "never",
"--http",
"--http.port", "8545",
"--authrpc.port", "8551",
Expand Down

0 comments on commit a8b78dd

Please sign in to comment.