Skip to content

Commit

Permalink
Update benches/src/lib.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Mårten Blankfors <nilssonmartenx@gmail.com>
  • Loading branch information
xgreenx and netrome authored Sep 12, 2024
1 parent 3dcbdb1 commit 8ac1599
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions benches/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -455,8 +455,7 @@ impl TryFrom<VmBench> for VmBenchPrepared {

if let Some(BlobCode { code, id }) = blob {
db.storage_as_mut::<BlobData>()
.insert(&id, &code.0)
.unwrap();
.insert(&id, &code.0)?;
}

for contract_id in empty_contracts {
Expand Down

0 comments on commit 8ac1599

Please sign in to comment.