Skip to content

Commit

Permalink
fix(svm): L-05 comment on efficient handler_signer PDA derivation (#846)
Browse files Browse the repository at this point in the history
Signed-off-by: Reinis Martinsons <[email protected]>
  • Loading branch information
Reinis-FRP authored Jan 23, 2025
1 parent 5a4c798 commit 011f69e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions programs/multicall-handler/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit 011f69e

Please sign in to comment.