Skip to content

Commit

Permalink
Lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jimmygchen committed May 14, 2024
1 parent c8aacba commit 97aca67
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion consensus/types/src/data_column_subnet_id.rs
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,6 @@ mod test {
.map(|v| ethereum_types::U256::from_dec_str(v).unwrap())
.collect::<Vec<_>>();

let spec = ChainSpec::mainnet();
let custody_requirement = 4;
for node_id in node_ids {
let computed_subnets =
Expand Down

0 comments on commit 97aca67

Please sign in to comment.