From 04a09502c9014db2227d84e8487410738753f3eb Mon Sep 17 00:00:00 2001 From: Reinis Martinsons Date: Wed, 8 Jan 2025 07:50:44 +0000 Subject: [PATCH] fix(svm): L-05 comment on efficient handler_signer PDA derivation Signed-off-by: Reinis Martinsons --- programs/multicall-handler/src/lib.rs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/programs/multicall-handler/src/lib.rs b/programs/multicall-handler/src/lib.rs index 2af2b4bc3..c50fe6651 100644 --- a/programs/multicall-handler/src/lib.rs +++ b/programs/multicall-handler/src/lib.rs @@ -6,6 +6,8 @@ use anchor_lang::{ }, }; +// If changing the program ID, make sure to check that the resulting handler_signer PDA has the highest bump of 255 so +// to minimize the compute cost when finding the PDA. declare_id!("6kqWTz3A3ZYMV2FMU24ke8rHzT82SaBz7GkBKTd7Z9BH"); #[program]