Skip to content

Commit

Permalink
Update crates/services/gas_price_service/src/v1/da_source_service/blo…
Browse files Browse the repository at this point in the history
…ck_committer_costs.rs

Co-authored-by: Aaryamann Challani <[email protected]>
  • Loading branch information
MitchTurner and rymnc authored Jan 21, 2025
1 parent 5f0f5c1 commit 767573c
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -138,10 +138,10 @@ impl BlockCommitterApi for BlockCommitterHttpApi {
let parsed = response.json::<Vec<RawDaBlockCosts>>().await?;
Ok(parsed)
} else {
Err(anyhow!(
anyhow::bail!(
"Failed to get costs from block committer: {:?}",
response
))
)
}
} else {
Ok(vec![])
Expand Down

0 comments on commit 767573c

Please sign in to comment.