Skip to content

Commit b139602

Browse files
Clean escrow.rs
1 parent 26acbd3 commit b139602

1 file changed

Lines changed: 0 additions & 15 deletions

File tree

programs/anchor-escrow/src/states/escrow.rs

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -15,18 +15,3 @@ impl Space for Escrow {
1515
// First 8 Bytes are Discriminator (u64)
1616
const INIT_SPACE: usize = 8 + 8 + 1 + 32 + 32 + 32 + 8 + 8;
1717
}
18-
19-
// impl EscrowState {
20-
// pub fn space() -> usize {
21-
// 8 + 121
22-
// }
23-
// }
24-
25-
// #[account]
26-
// pub struct Escrow {
27-
// pub seed: u64,
28-
// pub mint_a: Pubkey,
29-
// pub mint_b: Pubkey,
30-
// pub receive: u64,
31-
// pub bump: u8,
32-
// }

0 commit comments

Comments
 (0)