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
4 changes: 2 additions & 2 deletions contracts/switchboard/native/NativeSwitchboardBase.sol
Original file line number Diff line number Diff line change
Expand Up @@ -317,8 +317,8 @@ abstract contract NativeSwitchboardBase is ISwitchboard, AccessControlExtended {
}

/**
* @notice Allows a untripper to un trip the switchboard by providing a signature and a nonce.
* @dev To un trip, the untripper must have the UN_TRIP_ROLE.
* @notice Allows an untripper to untrip the switchboard by providing a signature and a nonce.
* @dev To untrip, the untripper must have the UN_TRIP_ROLE.
* @param nonce_ The nonce to prevent replay attacks.
* @param signature_ The signature created by the untripper.
*/
Expand Down