Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
TAdev0 committed Aug 8, 2024
1 parent 57a4398 commit b407108
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/validation.cairo
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
use core::sha256::{compute_sha256_byte_array, compute_sha256_u32_array};
use core::to_byte_array::FormatAsByteArray;
use core::num::traits::{Zero, One, BitSize};
use super::state::{Block, ChainState, Transaction, UtreexoState, TxIn, TxOut};
use super::utils::{shl, shr};

Expand Down

0 comments on commit b407108

Please sign in to comment.