Message: ExecuteMsg::Unpause
This allows the admin to unpause the contract, resuming normal user operations.
Inputs
info.sender
Validation: The
unpause
function verifies that theinfo.sender
is 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.