diff --git a/lez/wallet-ffi/src/pda.rs b/lez/wallet-ffi/src/pda.rs index e0b8fbcf..7144fe71 100644 --- a/lez/wallet-ffi/src/pda.rs +++ b/lez/wallet-ffi/src/pda.rs @@ -18,7 +18,7 @@ pub extern "C" fn wallet_ffi_account_id_for_public_pda( AccountId::for_public_pda(&program_id.data, &pda_seed.into()).into() } -/// Produce account id for public PDA. +/// Produce account id for private PDA. /// /// # Parameters /// - `program_id`: Id of a owner program diff --git a/lez/wallet-ffi/wallet_ffi.h b/lez/wallet-ffi/wallet_ffi.h index c5d24af7..8f3ad95f 100644 --- a/lez/wallet-ffi/wallet_ffi.h +++ b/lez/wallet-ffi/wallet_ffi.h @@ -932,7 +932,7 @@ struct FfiBytes32 wallet_ffi_account_id_for_public_pda(struct FfiProgramId progr FfiPdaSeed pda_seed); /** - * Produce account id for public PDA. + * Produce account id for private PDA. * * # Parameters * - `program_id`: Id of a owner program