Skip to content

Commit 9b27925

Browse files
committed
get rid of comment (lookup tables already cached)
1 parent 05ec8a6 commit 9b27925

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

auction-server/src/auction/service/verification.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,6 @@ impl Service {
285285
match self.check_approved_program_instruction(program_id, ix) {
286286
Ok(()) => Ok(()),
287287
Err(e) => {
288-
// TODO: this loop will be slow and invoke many rpc calls if there are many lookup accounts. either parallelize this extraction or limit number of lookup accounts
289288
for i in 0..ix.accounts.len() {
290289
let account_key = self.extract_account(tx, ix, i).await?;
291290
if (account_key == *user_wallet) | (account_key == *relayer_wallet) {

0 commit comments

Comments
 (0)