Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
pompon0 committed Oct 9, 2024
1 parent e754d3f commit cf63697
Showing 1 changed file with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -98,10 +98,7 @@ impl Tokenizable for StoredBatchInfo {
.ok()
.context("overflow")
.context("index_repeated_storage_changes")?,
number_of_layer1_txs: number_of_layer1_txs
.try_into()
.context("overflow")
.context("number_of_layer1_txs")?,
number_of_layer1_txs,
priority_operations_hash: parse_h256(&priority_operations_hash)
.context("priority_operations_hash")?,
l2_logs_tree_root: parse_h256(&l2_logs_tree_root).context("l2_logs_tree_root")?,
Expand Down

0 comments on commit cf63697

Please sign in to comment.