Skip to content

Commit

Permalink
remove unnecessary TODO's
Browse files Browse the repository at this point in the history
  • Loading branch information
NeverHappened committed Oct 29, 2024
1 parent 67f20b6 commit 4353f65
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion contracts/neutron_interchain_queries/src/contract.rs
Original file line number Diff line number Diff line change
Expand Up @@ -487,7 +487,6 @@ pub fn sudo_tx_query_result(
// all submitted results will be treated as valid.
//
// TODO: come up with solution to determine transactions filter type
// TODO: fix this?
match registered_query.query_type {
_ => {
// For transfer queries, query data looks like `[{"field:"transfer.recipient", "op":"eq", "value":"some_address"}]`
Expand Down
1 change: 0 additions & 1 deletion packages/neutron-sdk/src/bindings/msg.rs
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,6 @@ pub struct UpgradeProposal {
/// **plan** is a plan of upgrade.
pub plan: Plan,
/// **upgraded_client_state** is an upgraded client state.
// TODO: correct?
pub upgraded_client_state: Any,
}

Expand Down

0 comments on commit 4353f65

Please sign in to comment.