Skip to content

Commit

Permalink
add required default flag to --dev and nitro testnode
Browse files Browse the repository at this point in the history
  • Loading branch information
ganeshvanahalli committed Dec 27, 2024
1 parent 067b687 commit 8d759a9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions cmd/util/confighelpers/configuration.go
Original file line number Diff line number Diff line change
Expand Up @@ -210,6 +210,7 @@ func devFlagArgs() []string {
"--http.port", "8547",
"--http.addr", "127.0.0.1",
"--http.api=net,web3,eth,arb,arbdebug,debug",
"--node.transaction-streamer.track-block-metadata-from=1",
}
return args
}
Expand Down
2 changes: 1 addition & 1 deletion nitro-testnode

0 comments on commit 8d759a9

Please sign in to comment.