We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a005836 commit 2643236Copy full SHA for 2643236
examples/client-mithril-stake-distribution/src/main.rs
@@ -1,8 +1,6 @@
1
//! This example shows how to implement a Mithril client and use its features.
2
//!
3
//! In this example, the client interacts by default with a real aggregator (`testing-preview`) to get the data.
4
-//!
5
-//! The [SlogFeedbackReceiver] is used to report the progress to the console.
6
7
use anyhow::anyhow;
8
use clap::Parser;
mithril-relay/src/p2p/error.rs
@@ -1,6 +1,6 @@
use thiserror::Error;
-/// [Peer] related errors.
+/// [Peer][crate::p2p::Peer] related errors.
#[derive(Debug, Error)]
pub enum PeerError {
/// Topic does not exist
0 commit comments