mirror of
https://github.com/d0zingcat/ore.git
synced 2026-06-07 23:26:46 +00:00
remove unused consts
This commit is contained in:
@@ -20,9 +20,6 @@ pub const MAX_SUPPLY: u64 = ONE_ORE * 5_000_000;
|
|||||||
/// The seed of the block account PDA.
|
/// The seed of the block account PDA.
|
||||||
pub const BLOCK: &[u8] = b"block";
|
pub const BLOCK: &[u8] = b"block";
|
||||||
|
|
||||||
/// The seed of the stake account PDA.
|
|
||||||
pub const STAKE: &[u8] = b"stake";
|
|
||||||
|
|
||||||
/// The seed of the config account PDA.
|
/// The seed of the config account PDA.
|
||||||
pub const CONFIG: &[u8] = b"config";
|
pub const CONFIG: &[u8] = b"config";
|
||||||
|
|
||||||
@@ -32,12 +29,6 @@ pub const MARKET: &[u8] = b"market";
|
|||||||
/// The seed of the miner account PDA.
|
/// The seed of the miner account PDA.
|
||||||
pub const MINER: &[u8] = b"miner";
|
pub const MINER: &[u8] = b"miner";
|
||||||
|
|
||||||
/// The seed of the mint account PDA.
|
|
||||||
pub const MINT: &[u8] = b"mint";
|
|
||||||
|
|
||||||
/// The seed of the permit account PDA.
|
|
||||||
pub const PERMIT: &[u8] = b"permit";
|
|
||||||
|
|
||||||
/// The seed of the treasury account PDA.
|
/// The seed of the treasury account PDA.
|
||||||
pub const TREASURY: &[u8] = b"treasury";
|
pub const TREASURY: &[u8] = b"treasury";
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user