Skip to content

Commit

Permalink
Merge pull request #1404 from CosmWasm/remove-copy-paste-comment
Browse files Browse the repository at this point in the history
Remove copies of hackatom's ExecuteMsg comment
  • Loading branch information
webmaster128 authored Aug 29, 2022
2 parents a9ae6fa + 0d912f9 commit cb862b4
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions contracts/floaty/src/msg.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@ pub struct InstantiateMsg {
pub beneficiary: String,
}

// failure modes to help test wasmd, based on this comment
// https://github.com/cosmwasm/wasmd/issues/8#issuecomment-576146751
#[cw_serde]
pub enum ExecuteMsg {
/// Releasing all funds in the contract to the beneficiary. This is the only "proper" action of this demo contract.
Expand Down
2 changes: 0 additions & 2 deletions packages/schema/tests/idl.rs
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@ pub struct InstantiateMsg {
pub cap: u128,
}

// failure modes to help test wasmd, based on this comment
// https://github.com/cosmwasm/wasmd/issues/8#issuecomment-576146751
#[derive(Serialize, Deserialize, Clone, Debug, PartialEq, Eq, JsonSchema)]
#[serde(rename_all = "snake_case")]
pub enum ExecuteMsg {
Expand Down

0 comments on commit cb862b4

Please sign in to comment.