CodeChain-io / CodeChain-io/codechain

Check --notify-work values are URLs on start

オープン
#723 コメント 6 件 リアクション 0 件 担当者 0 名 GitHub で見る
cli good first issue miner
主要言語
Rust
スター
256
フォーク
50
PR マージ指標
30日以内にマージされた PR はありません

説明

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

コントリビューションガイド

コントリビューションガイドを開く

評価

この issue はまだ評価されていません。

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。