Skip to content

Commit

Permalink
Change func commitBase to proc commitBase
Browse files Browse the repository at this point in the history
  • Loading branch information
jangko committed Feb 3, 2025
1 parent 9397960 commit 4c67170
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nimbus/core/chain/forked_chain.nim
Original file line number Diff line number Diff line change
Expand Up @@ -383,7 +383,7 @@ proc updateBase(c: ForkedChainRef, newBase: BlockPos) =
break
dec number

func commitBase(c: ForkedChainRef, bd: BlockDesc) =
proc commitBase(c: ForkedChainRef, bd: BlockDesc) =
if bd.txFrame != c.baseTxFrame:
bd.txFrame.commit()

Expand Down

0 comments on commit 4c67170

Please sign in to comment.