Skip to content

Commit

Permalink
Expose TestEvent
Browse files Browse the repository at this point in the history
  • Loading branch information
ryardley committed Dec 30, 2024
1 parent a289c39 commit 0fe4457
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/ciphernode/events/src/enclave_event/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ pub use keyshare_created::*;
pub use plaintext_aggregated::*;
pub use publickey_aggregated::*;
pub use shutdown::*;
use test_event::TestEvent;
pub use test_event::*;

use crate::{E3id, EventId};
use actix::Message;
Expand All @@ -36,6 +36,7 @@ use std::{
hash::Hash,
};

/// Macro to help define From traits for EnclaveEvent
macro_rules! impl_from_event {
($($variant:ident),*) => {
$(
Expand Down

0 comments on commit 0fe4457

Please sign in to comment.