Skip to content

Commit

Permalink
update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
jhweintraub committed Jan 9, 2025
1 parent 3180337 commit 2c4db2b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions contracts/src/v0.8/ccip/rmn/RMNHome.sol
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,8 @@ contract RMNHome is Ownable2StepMsgSender, ITypeAndVersion {
}

struct SourceChain {
uint64 chainSelector; // ────────╮ The Source chain selector.
uint64 fObserve; // ─────────────╯ Maximum number of faulty observers; f+1 observers required to agree on an observation for this source chain.
uint64 chainSelector; // ─╮ The Source chain selector.
uint64 fObserve; // ──────╯ Maximum number of faulty observers; f+1 observers required to agree on an observation for this source chain.
uint256 observerNodesBitmap; // ObserverNodesBitmap & (1<<i) == (1<<i) iff StaticConfig.nodes[i] is an observer for this source chain.
}

Expand Down

0 comments on commit 2c4db2b

Please sign in to comment.