Implemented DNS on blockchain. Beautified a lot of code, fixed some things.
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
pub mod transaction;
|
||||
pub mod block;
|
||||
pub mod blockchain;
|
||||
pub mod filter;
|
||||
|
||||
pub use transaction::Transaction;
|
||||
pub use block::Block;
|
||||
|
||||
Reference in New Issue
Block a user