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 7af8754 commit 260ef76Copy full SHA for 260ef76
mithril-aggregator/src/tools/certificates_hash_migrator.rs
@@ -129,7 +129,7 @@ impl CertificatesHashMigrator {
129
.await?;
130
131
debug!("🔧 Certificate Hash Migrator: updating signed entities certificate_ids to new computed hash");
132
- for mut signed_entity_record in records_to_migrate.iter_mut() {
+ for signed_entity_record in records_to_migrate.iter_mut() {
133
let new_certificate_hash =
134
old_and_new_certificate_hashes
135
.get(&signed_entity_record.certificate_id)
0 commit comments