Fix auth port

This commit is contained in:
Pawan Dhananjay
2022-12-13 15:14:06 +05:30
parent e8322c8a04
commit 2e89a719b0

View File

@@ -49,4 +49,5 @@ exec $GETH_BINARY \
--syncmode=full \
--bootnodes $EL_BOOTNODE_ENODE \
--port $network_port \
--http.port $auth_port
--http.port $http_port \
--authrpc.port $auth_port