From 4766bd12966cbdaec20ae43bf9368ba5de7c5920 Mon Sep 17 00:00:00 2001 From: jason-c-child Date: Sun, 19 May 2024 22:08:00 -0800 Subject: [PATCH] add comment re: multiple WLs --- contracts/name-minter/src/contract.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contracts/name-minter/src/contract.rs b/contracts/name-minter/src/contract.rs index c43f7c6..027cba1 100644 --- a/contracts/name-minter/src/contract.rs +++ b/contracts/name-minter/src/contract.rs @@ -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 {