Skip to content

Commit

Permalink
Skip bech32 validation for has_member in WL Merkle Tree
Browse files Browse the repository at this point in the history
  • Loading branch information
MightOfOaks committed Nov 7, 2024
1 parent 4585c9b commit 87753c9
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -252,8 +252,6 @@ pub fn query_has_member(
env: Env,
proof_hashes: Vec<String>,
) -> StdResult<HasMemberResponse> {
deps.api.addr_validate(&member)?;

let active_stage = fetch_active_stage_index(deps.storage, &env)
.ok_or_else(|| StdError::generic_err("No active stage found"))?;

Expand Down

0 comments on commit 87753c9

Please sign in to comment.