CodeChain-io / CodeChain-io/codechain
Check --notify-work values are URLs on start
Aberta
cli
good first issue
miner
- Linguagem predominante
- Rust
- Estrelas
- 256
- Forks
- 50
- Métricas de merge de PRs
- Nenhum PR com merge em 30d
Descrição
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 ...
```
Guia de contribuição
Avaliação
Esta issue ainda não foi avaliada.