Skip to content

Commit

Permalink
✏️ update outdated comment
Browse files Browse the repository at this point in the history
  • Loading branch information
NotJeremyLiu committed Jul 6, 2023
1 parent effd9b6 commit d536da4
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions contracts/entry-point/src/execute.rs
Original file line number Diff line number Diff line change
Expand Up @@ -318,8 +318,7 @@ fn verify_and_create_ibc_transfer_adapter_msg(
Ok(ibc_msg)
}

// Verifies the contract address is valid, if so
// then creates and returns a contract call message
// Verifies, creates, and returns the contract call message
fn verify_and_create_contract_call_msg(
deps: DepsMut,
contract_address: String,
Expand All @@ -346,7 +345,7 @@ fn verify_and_create_contract_call_msg(

// SWAP MESSAGE HELPER FUNCTIONS

// Creates the user swap message and returns it
// Verifies, creates, and returns the user swap message
fn verify_and_create_user_swap_msg(
deps: &DepsMut,
user_swap: SwapExactCoinIn,
Expand Down

0 comments on commit d536da4

Please sign in to comment.