This commit is contained in:
Hardhat Chad
2025-07-10 13:55:56 -07:00
parent bcded199a8
commit 13583b4b46
3 changed files with 34 additions and 19 deletions

View File

@@ -35,6 +35,9 @@ pub const MINER: &[u8] = b"miner";
/// The seed of the mint account PDA.
pub const MINT: &[u8] = b"mint";
/// The seed of the log authority PDA.
// pub const LOG: &[u8] = b"log";
/// The seed of the permit account PDA.
pub const PERMIT: &[u8] = b"permit";