-
Notifications
You must be signed in to change notification settings - Fork 39
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,17 @@ | ||
pub mod codec; | ||
pub mod types { | ||
pub mod chain_state; | ||
pub mod block; | ||
pub mod chain_state; | ||
pub mod transaction; | ||
pub mod utxo_set; | ||
} | ||
pub mod validation { | ||
pub mod difficulty; | ||
pub mod block; | ||
pub mod coinbase; | ||
pub mod difficulty; | ||
pub mod locktime; | ||
pub mod script; | ||
pub mod timestamp; | ||
pub mod transaction; | ||
pub mod work; | ||
pub mod block; | ||
} |