Skip to content

Commit

Permalink
refactor: rename epoch_setting record filename to epoch_settings
Browse files Browse the repository at this point in the history
  • Loading branch information
dlachaume committed Sep 24, 2024
1 parent 9a9d079 commit 4470fee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mithril-aggregator/src/database/record/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

mod buffered_single_signature_record;
mod certificate;
mod epoch_setting;
mod epoch_settings;
mod open_message;
mod open_message_with_single_signatures;
mod signed_entity;
Expand All @@ -13,7 +13,7 @@ mod stake_pool;

pub use buffered_single_signature_record::*;
pub use certificate::*;
pub use epoch_setting::*;
pub use epoch_settings::*;
pub use open_message::*;
pub use open_message_with_single_signatures::*;
pub use signed_entity::*;
Expand Down

0 comments on commit 4470fee

Please sign in to comment.