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 @@ -51,7 +51,7 @@ contract FastSwitchboard is SwitchboardBase {
// Watcher role is handled seperately bacause totalWatchers and fees need to be updated along with role change.
error InvalidRole();

// Error emitted while attesting if root is zero or it doesnt match the root on socket for given proposal
// Error emitted while attesting if root is zero or it doesn't match the root on socket for given proposal
// helps in cases where attest tx has been sent but root changes on socket due to reorgs.
error InvalidRoot();

Expand Down