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 60e8609 commit 1815afdCopy full SHA for 1815afd
common/src/messages.rs
@@ -57,12 +57,6 @@ pub struct RawTxsMessage {
57
pub txs: Vec<Vec<u8>>,
58
}
59
60
-/// Bootup completion message, sent by any module that has finished its startup sequence,
61
-/// e.g. GenesisBootstrapper after sending all genesis UTxOs or SnapshotBootstrapper after
62
-/// loading a snapshot.
63
-#[derive(Debug, Clone, serde::Serialize, serde::Deserialize)]
64
-pub struct BootupCompleteMessage {}
65
-
66
/// Genesis completion message
67
#[derive(Debug, Clone, serde::Serialize, serde::Deserialize)]
68
pub struct GenesisCompleteMessage {
0 commit comments