Skip to content

Commit a33e839

Browse files
committed
fix comment
1 parent 8c568ef commit a33e839

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

solana/programs/bridge/src/solana_to_base/instructions/bridge_call.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ pub struct BridgeCall<'info> {
3838
pub bridge: Account<'info, Bridge>,
3939

4040
/// The outgoing message account that stores the cross-chain call data.
41-
/// - Created fresh for each bridge call at a client-provided address (not a PDA)
41+
/// - Created fresh for each bridge call seeded by a client-provided salt
4242
/// - Payer funds the account creation
4343
/// - Space is DISCRIMINATOR_LEN + OutgoingMessage::space(...)` and is sized using
4444
/// the worst-case message variant to ensure sufficient capacity even for large payloads

0 commit comments

Comments
 (0)