Skip to content

Commit

Permalink
alphabetical order
Browse files Browse the repository at this point in the history
  • Loading branch information
TAdev0 committed Nov 4, 2024
1 parent fdad89d commit eed3037
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/consensus/src/lib.cairo
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;
}

0 comments on commit eed3037

Please sign in to comment.