Message: ExecuteMsg::Unpause
This allows the admin to unpause the contract, resuming normal user operations.
Inputs
info.senderValidation: The
unpausefunction verifies that theinfo.senderis the contract owner.Impact: N/A.
Branches and code coverage (including function calls)
Intended branches
If the contract is paused, it is marked as unpaused in the contract state.
Negative behavior
Fail if the contract is not currently paused.