Implemented DNS on blockchain. Beautified a lot of code, fixed some things.
This commit is contained in:
+3
-2
@@ -3,13 +3,13 @@ pub use blockchain::transaction::Transaction;
|
||||
|
||||
pub use crate::blockchain::Blockchain;
|
||||
pub use crate::context::Context;
|
||||
pub use crate::context::Settings;
|
||||
pub use settings::Settings;
|
||||
pub use crate::keys::Bytes;
|
||||
pub use crate::keys::Keystore;
|
||||
pub use crate::simplebus::*;
|
||||
pub use crate::utils::*;
|
||||
|
||||
mod blockchain;
|
||||
pub mod blockchain;
|
||||
pub mod utils;
|
||||
pub mod simplebus;
|
||||
pub mod keys;
|
||||
@@ -18,4 +18,5 @@ pub mod context;
|
||||
pub mod event;
|
||||
pub mod p2p;
|
||||
pub mod dns;
|
||||
pub mod settings;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user