We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 42f1e72 commit 130ccbeCopy full SHA for 130ccbe
mithril-aggregator/src/database/provider/epoch_setting.rs
@@ -190,7 +190,7 @@ impl<'conn> Provider<'conn> for UpdateEpochSettingProvider<'conn> {
190
}
191
192
193
-/// Provider to remove old data from theepoch_setting table
+/// Provider to remove old data from the epoch_setting table
194
pub struct DeleteEpochSettingProvider<'conn> {
195
connection: &'conn Connection,
196
@@ -249,6 +249,7 @@ impl<'conn> DeleteEpochSettingProvider<'conn> {
249
self.find(filters)
250
251
252
+
253
/// Service to deal with epoch settings (read & write).
254
pub struct EpochSettingStore {
255
connection: Arc<Mutex<Connection>>,
0 commit comments