Skip to content

Commit

Permalink
Remove spaces.
Browse files Browse the repository at this point in the history
  • Loading branch information
cheatfate committed Jan 10, 2025
1 parent c3ec4a0 commit 8bd4a9d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion beacon_chain/consensus_object_pools/blockchain_dag.nim
Original file line number Diff line number Diff line change
Expand Up @@ -951,7 +951,6 @@ proc advanceSlots*(
process_slots(
dag.cfg, state, getStateField(state, slot) + 1, cache, info,
updateFlags).expect("process_slots shouldn't fail when state slot is correct")

if save:
dag.putState(state, stateBid)

Expand Down

0 comments on commit 8bd4a9d

Please sign in to comment.