Skip to content

Commit

Permalink
removed duplicated cli param (#2302)
Browse files Browse the repository at this point in the history
  • Loading branch information
asiniscalchi authored Jul 27, 2023
1 parent 5cb8196 commit 1593860
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deployments/local-scripts/run-millau-node.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ MILLAU_PORT="${MILLAU_PORT:-9945}"

RUST_LOG=runtime=trace \
./target/debug/millau-bridge-node --dev --tmp \
--rpc-cors=all --unsafe-rpc-external --unsafe-rpc-external \
--rpc-cors=all --unsafe-rpc-external \
--port 33044 --rpc-port $MILLAU_PORT \

0 comments on commit 1593860

Please sign in to comment.