Skip to content

Commit

Permalink
remove
Browse files Browse the repository at this point in the history
  • Loading branch information
stojanov-igor committed Jul 1, 2024
1 parent b09f82a commit 1995f51
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions jam/src/blockchain.rs
Original file line number Diff line number Diff line change
Expand Up @@ -68,9 +68,6 @@ impl Blockchain {
if current_block.previous_hash != previous_block.block_hash {
return false;
}
if current_block.state_root != calculate_state_root(current_block.transactions.clone()) {
return false;
}
}
true
}
Expand Down

0 comments on commit 1995f51

Please sign in to comment.