ethnode icon indicating copy to clipboard operation
ethnode copied to clipboard

Allow passing multiple arguments to underlaying node.

Open one1zero1one opened this issue 4 years ago • 0 comments

Running cli with multiple --node-arguments either by comma sepparated values or multiple instances of --node-arguments did not work.

This PR addresses that, while I don't know if this is the right way - it worked for my use case.

I needed to pass "--node-arguments=--http.addr=0.0.0.0" "--node-arguments=--http.vhosts=*" such that it overwrite the default arguments.

one1zero1one avatar Dec 12 '21 12:12 one1zero1one