We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 26acbd3 commit b139602Copy full SHA for b139602
1 file changed
programs/anchor-escrow/src/states/escrow.rs
@@ -15,18 +15,3 @@ impl Space for Escrow {
15
// First 8 Bytes are Discriminator (u64)
16
const INIT_SPACE: usize = 8 + 8 + 1 + 32 + 32 + 32 + 8 + 8;
17
}
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