RPC port fixed to 8545 in dev mode
yash-atreya opened this issue · 1 comments
yash-atreya commented
System information
Suave-Geth
Version: 1.12.0-stable
Git Commit: 11f4230
Git Commit Date: 20231207
Architecture: arm64
Go Version: go1.20.8
Operating System: darwin
Expected behaviour
In dev
mode, the HTTP-RPC
server is started on the specified --http.port
.
Actual behaviour
Instead, HTTP-RPC
server will always start on 8545.
Steps to reproduce the behaviour
suave --suave.dev --http.port 3000
The port will still start on 8545
This inhibits the developer from starting the suave RPC server on a port of their choice in case port 8545
is already occupied.
yash-atreya commented
PR is up #125