Skip to content

Commit

Permalink
Remove Sudo Msg (For Interchain Testing)
Browse files Browse the repository at this point in the history
  • Loading branch information
joelsmith-2019 committed Dec 5, 2023
1 parent d0d2ac5 commit 4e6ded1
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions src/contract.rs
Original file line number Diff line number Diff line change
Expand Up @@ -46,17 +46,6 @@ pub fn execute(
}
}

// sudo msg
#[cfg_attr(not(feature = "library"), entry_point)]
pub fn sudo(deps: DepsMut, _env: Env, msg: SudoMsg) -> Result<Response, ContractError> {
match msg {
SudoMsg::ClockEndBlock {} => {
increment(deps)?;
Ok(Response::new())
}
}
}

#[cfg_attr(not(feature = "library"), entry_point)]
pub fn query(deps: Deps, _env: Env, msg: QueryMsg) -> StdResult<Binary> {
match msg {
Expand Down

0 comments on commit 4e6ded1

Please # to comment.