mirror of
https://git.ghostchain.io/proxmio/ghost-node.git
synced 2025-12-27 19:29:56 +00:00
inital commit, which is clearly not initial
Signed-off-by: Uncle Stretch <uncle.stretch@ghostchain.io>
This commit is contained in:
12
utils/staking-miner/src/lib.rs
Normal file
12
utils/staking-miner/src/lib.rs
Normal file
@@ -0,0 +1,12 @@
|
||||
#![allow(dead_code)]
|
||||
|
||||
pub mod client;
|
||||
pub mod commands;
|
||||
pub mod epm;
|
||||
pub mod error;
|
||||
pub mod helpers;
|
||||
pub mod opt;
|
||||
pub mod prelude;
|
||||
pub mod prometheus;
|
||||
pub mod signer;
|
||||
pub mod static_types;
|
||||
Reference in New Issue
Block a user