Skip to content

Commit

Permalink
Update node/client/src/benchmarking.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Bastian Köcher <[email protected]>
  • Loading branch information
alexgparity and bkchr authored Dec 1, 2022
1 parent a1e9ddf commit dc9c98c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions node/client/src/benchmarking.rs
Original file line number Diff line number Diff line change
Expand Up @@ -369,8 +369,7 @@ pub fn benchmark_inherent_data(
};

inherent_data
.put_data(polkadot_primitives::v2::PARACHAINS_INHERENT_IDENTIFIER, &para_data)
.expect("put data failed");
.put_data(polkadot_primitives::v2::PARACHAINS_INHERENT_IDENTIFIER, &para_data)?;

Ok(inherent_data)
}
Expand Down

0 comments on commit dc9c98c

Please sign in to comment.