Skip to content

Commit 1815afd

Browse files
committed
Remove a message type that was just for protoyping
1 parent 60e8609 commit 1815afd

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

common/src/messages.rs

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -57,12 +57,6 @@ pub struct RawTxsMessage {
5757
pub txs: Vec<Vec<u8>>,
5858
}
5959

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-
6660
/// Genesis completion message
6761
#[derive(Debug, Clone, serde::Serialize, serde::Deserialize)]
6862
pub struct GenesisCompleteMessage {

0 commit comments

Comments
 (0)