Function: unpause()
This function unpauses the contract.
Branches and code coverage
Intended branches
Unpause the contract.
Negative behavior
Revert if the caller does not have
PAUSER_ROLE
.
unpause()
This function unpauses the contract.
Intended branches
Unpause the contract.
Negative behavior
Revert if the caller does not have PAUSER_ROLE
.