Skip to content

Commit

Permalink
another proc/noSideEffect -> func
Browse files Browse the repository at this point in the history
  • Loading branch information
tersec committed Jan 20, 2023
1 parent d513a16 commit bab22a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion beacon_chain/eth1/eth1_monitor.nim
Original file line number Diff line number Diff line change
Expand Up @@ -620,7 +620,7 @@ proc forkchoiceUpdated*(
withdrawals: mapIt(withdrawals.get, it.asEngineWithdrawal))))

# TODO can't be defined within exchangeTransitionConfiguration
proc `==`(x, y: Quantity): bool {.borrow, noSideEffect.}
func `==`(x, y: Quantity): bool {.borrow.}

type
EtcStatus {.pure.} = enum
Expand Down

0 comments on commit bab22a7

Please sign in to comment.