Skip to content

Commit

Permalink
add comment re: multiple WLs
Browse files Browse the repository at this point in the history
  • Loading branch information
jason-c-child committed May 20, 2024
1 parent 1d00720 commit 4766bd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/name-minter/src/contract.rs
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ pub fn execute_mint_and_list(

// Assumes no duplicate addresses between whitelists
// Otherwise there will be edge cases with per addr limit between the whitelists

// currently this is going to match the _first_ WL they appear in...
let list = whitelists
.iter()
.find(|whitelist| match whitelist.contract_type {
Expand Down

0 comments on commit 4766bd1

Please sign in to comment.