Skip to content

Commit

Permalink
fixed privacy leak
Browse files Browse the repository at this point in the history
  • Loading branch information
FloppyDisck committed Jan 15, 2022
1 parent 98806b0 commit c5f5bfb
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion contracts/airdrop/src/query.rs
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ use shade_protocol::{
pub fn config<S: Storage, A: Api, Q: Querier>(deps: &Extern<S, A, Q>) -> StdResult<QueryAnswer> {
Ok(QueryAnswer::Config {
config: config_r(&deps.storage).load()?,
total_claimed: total_claimed_r(&deps.storage).load()?,
})
}

Expand Down
1 change: 0 additions & 1 deletion packages/shade_protocol/src/airdrop/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,6 @@ impl Query for QueryMsg {
pub enum QueryAnswer {
Config {
config: Config,
total_claimed: Uint128,
},
Dates {
start: u64,
Expand Down

0 comments on commit c5f5bfb

Please sign in to comment.