CodeChain-io / CodeChain-io/codechain

Check --notify-work values are URLs on start

Open
#723 6 comments 0 reactions 0 assignees View on GitHub
cli good first issue miner
Dominant language
Rust
Stars
256
Forks
50
PR merge metrics
No merged PRs in 30d

Description

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 ...
```

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.