We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e93d2f commit 4065a58Copy full SHA for 4065a58
crates/ethereum_bridge/src/protocol/transactions/ethereum_events/eth_msgs.rs
@@ -40,24 +40,6 @@ impl From<MultiSignedEthEvent> for EthMsgUpdate {
40
}
41
42
43
-/// Represents an event stored under `eth_msgs`
44
-#[derive(
45
- Clone,
46
- Debug,
47
- PartialEq,
48
- Eq,
49
- BorshSerialize,
50
- BorshDeserialize,
51
- BorshDeserializer,
52
- BorshSchema,
53
-)]
54
-pub struct EthMsg {
55
- /// The event being stored
56
- pub body: EthereumEvent,
57
- /// Tallying of votes for this event
58
- pub votes: Tally,
59
-}
60
-
61
#[cfg(test)]
62
mod tests {
63
use std::collections::BTreeSet;
0 commit comments