Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ contract FastSwitchboard is SwitchboardBase {
if (nonce_ != nextNonce[feesUpdater]++) revert InvalidNonce();
}

// switchboardFees_ input is amount needed per watcher, multipled and stored on chain to avoid watcher set tracking offchain.
// switchboardFees_ input is amount needed per watcher, multiplied and stored on chain to avoid watcher set tracking offchain.
// switchboardFees_ are paid to switchboard per packet
// verificationOverheadFees_ are paid to executor per message
Fees memory feesObject = Fees({
Expand Down