Skip to content

Commit

Permalink
remove ProposalRequest
Browse files Browse the repository at this point in the history
  • Loading branch information
miraclx committed Nov 13, 2024
1 parent d833c87 commit c2e2b6c
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions crates/node/src/types.rs
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,3 @@ pub enum MessagePayload<'a> {
BlobShare { chunk: Cow<'a, [u8]> },
KeyShare { sender_key: PrivateKey },
}

#[derive(Deserialize, Debug)]
pub struct ProposalRequest {
pub sender: String,
pub receiver: String,
}

0 comments on commit c2e2b6c

Please sign in to comment.