Skip to content

Commit

Permalink
fix reads
Browse files Browse the repository at this point in the history
  • Loading branch information
liamaharon committed Nov 22, 2023
1 parent c7896aa commit f0bf2af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion relay/kusama/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2714,7 +2714,7 @@ mod init_state_migration {

if MigrationProcess::<Runtime>::get() != Default::default() {
log::warn!("MigrationProcess is not Default. Not proceeding.");
return <Runtime as frame_system::Config>::DbWeight::get().reads(1)
return <Runtime as frame_system::Config>::DbWeight::get().reads(2)
};

// Migration is not already running and `MigraitonProcess` is Default. Ready to run
Expand Down

0 comments on commit f0bf2af

Please sign in to comment.