Skip to content

Commit 46b7a3d

Browse files
committed
verbosify fee comment
1 parent 0ac3bac commit 46b7a3d

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

program/src/lib.rs

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,10 @@ use {solana_native_token::LAMPORTS_PER_SOL, solana_pubkey::Pubkey};
1515

1616
solana_pubkey::declare_id!("SVSPxpvHdN29nkVg9rPapPNDddN5DipNLRUFhyjFThE");
1717

18-
/// Fee charged for the `DepositSol` instruction.
18+
/// Fee charged for the `DepositSol` instruction. This fee may be adjusted down in
19+
/// the future depending on how `DepositSol` is used in practice. Care should be
20+
/// taken if using this number for calculations in third-party libraries or dapps,
21+
/// as it is not guaranteed to remain at this value.
1922
pub const DEPOSIT_SOL_FEE_BPS: u64 = 100;
2023
const MAX_BPS: u64 = 10_000;
2124

0 commit comments

Comments
 (0)