CodeChain-io / CodeChain-io/codechain

Check --notify-work values are URLs on start

Aperta
#723 6 commenti 0 reazioni 0 assegnatari Vedi su GitHub
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.

Ricevi le nuove issue nella tua casella

Un breve riepilogo di issue GitHub adatte ai principianti.