remove all admin functions

This commit is contained in:
Hardhat Chad
2024-06-24 21:08:33 +00:00
parent dfc24e5c46
commit 4ce510cfa2
10 changed files with 11 additions and 181 deletions

View File

@@ -19,9 +19,6 @@ pub struct Config {
/// The timestamp of the last reset
pub last_reset_at: i64,
/// Is mining paused.
pub paused: u64,
}
impl Discriminator for Config {