scaffold deregister

This commit is contained in:
Hardhat Chad
2024-05-01 02:26:02 +00:00
parent cf4d0e1d05
commit 5d1b1a56aa
6 changed files with 51 additions and 4 deletions

View File

@@ -1,4 +1,5 @@
mod claim;
mod deregister;
mod initialize;
mod mine;
mod pause;
@@ -10,6 +11,7 @@ mod update_tolerance;
mod upgrade;
pub use claim::*;
pub use deregister::*;
pub use initialize::*;
pub use mine::*;
pub use pause::*;