Skip to content
This repository has been archived by the owner on Nov 6, 2020. It is now read-only.

Commit

Permalink
fix(whisper types): remove unused EmptyTopics
Browse files Browse the repository at this point in the history
  • Loading branch information
niklasad1 committed Feb 19, 2019
1 parent 5de1e97 commit 6271096
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions whisper/src/message.rs
Original file line number Diff line number Diff line change
Expand Up @@ -229,10 +229,6 @@ impl rlp::Decodable for Envelope {
}
}

/// Error indicating no topics.
#[derive(Debug, Copy, Clone)]
pub struct EmptyTopics;

/// Message creation parameters.
/// Pass this to `Message::create` to make a message.
pub struct CreateParams {
Expand Down

0 comments on commit 6271096

Please sign in to comment.