From e45da097cf5045301fc8ca1cee95c99c40221eb8 Mon Sep 17 00:00:00 2001 From: Pravdyvy Date: Fri, 26 Jun 2026 19:01:15 +0300 Subject: [PATCH] fix(doc): doctext fix --- lez/wallet-ffi/src/pda.rs | 2 +- lez/wallet-ffi/wallet_ffi.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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