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 404212a commit 7d41634Copy full SHA for 7d41634
mithril-aggregator/src/tools/certificates_hash_migrator.rs
@@ -149,7 +149,7 @@ impl CertificatesHashMigrator {
149
150
debug!(
151
self.logger,
152
- "Updating signed entities certificate_ids to new computed hash and migrated signed entities in the database"
+ "Updating signed entities certificate hash in the database"
153
);
154
let old_hashes_chunk_size = 250;
155
for old_hashes_chunk in old_hashes.chunks(old_hashes_chunk_size) {
0 commit comments