Skip to content

Commit

Permalink
chore: remove TODO comments
Browse files Browse the repository at this point in the history
Signed-off-by: Night Owl <[email protected]>
  • Loading branch information
nightowl121 committed Sep 10, 2023
1 parent e4d26fa commit a7ddfcb
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions contracts/cw-common/src/asset_manager_msg.rs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ pub struct InstantiateMsg {
pub enum ExecuteMsg {
//executor address can be extracted at processing side
Deposit {
//TODO: normal archway validation
token_address: String,
amount: Uint128,
to: Option<String>,
Expand All @@ -23,7 +22,6 @@ pub enum ExecuteMsg {
// data field: depending upon the to address (optional)
ConfigureXcall {
source_xcall: String,
//TODO: rename to destination asset manager
destination_asset_manager: String,
},

Expand Down

0 comments on commit a7ddfcb

Please sign in to comment.