CodeChain-io / CodeChain-io/codechain
Check --notify-work values are URLs on start
Abierto
cli
good first issue
miner
- Lenguaje dominante
- Rust
- Estrellas
- 256
- Forks
- 50
- Métricas de merge de PR
- Sin PR fusionados en 30 d
Descripción
Currently, the below command works without any error or warning.
```sh
./codechain --notify-work 127.0.0.1:3333 ...
```
But actually, it should be like:
```sh
./codechain --notify-work http://127.0.0.1:3333 ...
```
Guía de contribución
Evaluación
Este issue todavía no se ha evaluado.