Skip to content

Commit

Permalink
Fix for clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
yrong committed May 18, 2024
1 parent 5b08b34 commit 19dd360
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,9 @@ impl OnRuntimeUpgrade for UnstuckSnowbridge {
if !is_bridge_stuck() {
return RocksDbWeight::get().reads(1);
}
if is_bridge_upgraded() {
return RocksDbWeight::get().reads(1);
}

log::info!(target: LOG_TARGET, "Updating beacon checkpoint to unstuck beacon client");

Expand Down

0 comments on commit 19dd360

Please sign in to comment.