CodeChain-io / CodeChain-io/codechain
Check --notify-work values are URLs on start
Offen
cli
good first issue
miner
- Vorherrschende Sprache
- Rust
- Sterne
- 256
- Forks
- 50
- PR-Merge-Kennzahlen
- Keine gemergten PRs in 30 T.
Beschreibung
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 ...
```
Beitragsleitfaden
Bewertung
Dieses Issue wurde noch nicht bewertet.