mirror of
https://github.com/d0zingcat/ore.git
synced 2026-05-19 15:10:29 +00:00
proof of wager
This commit is contained in:
@@ -2,7 +2,6 @@ pub mod consts;
|
||||
pub mod error;
|
||||
pub mod event;
|
||||
pub mod instruction;
|
||||
pub mod loaders;
|
||||
pub mod sdk;
|
||||
pub mod state;
|
||||
|
||||
@@ -11,8 +10,6 @@ pub mod prelude {
|
||||
pub use crate::error::*;
|
||||
pub use crate::event::*;
|
||||
pub use crate::instruction::*;
|
||||
pub use crate::loaders::*;
|
||||
pub use crate::sdk::*;
|
||||
pub use crate::state::*;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user