CodeChain-io / CodeChain-io/codechain
Check --notify-work values are URLs on start
Aperta
cli
good first issue
miner
- Lingua principale
- Rust
- Stelle
- 256
- Fork
- 50
- Metriche di merge delle PR
- Nessuna PR unita negli ultimi 30g
Descrizione
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 ...
```
Guida per i contributori
Apri la guida per i contributori
Valutazione
Questa issue non è ancora stata valutata.