Open masonforest opened 6 years ago
This issue is to allow a user to specify the p2p port when booting the CLI (currently that's the mix sync task found in the CLI app). This could simply be: mix sync --port 30303.
mix sync
mix sync --port 30303
This issue is to allow a user to specify the p2p port when booting the CLI (currently that's the
mix sync
task found in the CLI app). This could simply be:mix sync --port 30303
.