Skip to content

Commit

Permalink
Add comments
Browse files Browse the repository at this point in the history
  • Loading branch information
nothing0012 committed Feb 10, 2024
1 parent 6b88ec0 commit c0349af
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions programs/mmm/src/state.rs
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,8 @@ pub struct Pool {
pub allowlists: [Allowlist; ALLOWLIST_MAX_LEN],
pub buyside_payment_amount: u64,

pub shared_escrow_account: Pubkey,
pub shared_escrow_count: u64,
pub shared_escrow_account: Pubkey, // this points to the shared escrow account PDA (usually M2)
pub shared_escrow_count: u64, // this means that how many times (count) the shared escrow account can be fulfilled, and it can be mutable
}

impl Pool {
Expand Down

0 comments on commit c0349af

Please sign in to comment.