Skip to content

Commit 4e799d0

Browse files
committed
fix
1 parent e2b972e commit 4e799d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pallets/unified-accounts/src/migration.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,6 @@ impl<T: Config> OnRuntimeUpgrade for ClearCorruptedUnifiedMappings<T> {
4646
None
4747
});
4848
log::info!("Removed {count} corrupt entries");
49-
T::DbWeight::get().reads_writes(healthy_count + writes, count)
49+
T::DbWeight::get().reads_writes(healthy_count + count, count)
5050
}
5151
}

0 commit comments

Comments
 (0)