Skip to content
This repository was archived by the owner on Nov 15, 2023. It is now read-only.
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Apply suggestions from code review
Co-authored-by: Max Inden <[email protected]>
  • Loading branch information
tomaka and mxinden authored Aug 7, 2020
commit 0c456e1c1224cfa69fadee734c4a39a48817c165
7 changes: 4 additions & 3 deletions client/network/src/service.rs
Original file line number Diff line number Diff line change
Expand Up @@ -187,10 +187,11 @@ impl<B: BlockT + 'static, H: ExHashT> NetworkWorker<B, H> {
};
if print_deprecated_message {
log::warn!(
"🙇 Sentry nodes are deprecated for the time being, and the `--sentry` and
`--sentry-nodes` CLI options will be removed in a future version. The Substrate
"🙇 Sentry nodes are deprecated, and the `--sentry` and
`--sentry-nodes` CLI options will eventually be removed in a future version. The Substrate
and Polkadot networking protocol require validators to be publicly-accessible.
Please do not block access to your validator nodes."
Please do not block access to your validator nodes.
For details see https://github.com/paritytech/substrate/issues/6845.
);
}

Expand Down