Skip to content

Commit

Permalink
Update crates/fuel-core/src/graphql_api/api_service.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Mårten Blankfors <[email protected]>
  • Loading branch information
acerone85 and netrome authored Dec 6, 2024
1 parent b77506c commit b764cd4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions crates/fuel-core/src/graphql_api/api_service.rs
Original file line number Diff line number Diff line change
Expand Up @@ -229,9 +229,9 @@ impl RunnableTask for Task {
const REQUIRED_FUEL_BLOCK_HEIGHT_HEADER: &str = "REQUIRED_FUEL_BLOCK_HEIGHT";
const CURRENT_FUEL_BLOCK_HEIGHT_HEADER: &str = "CURRENT_FUEL_BLOCK_HEIGHT";

async fn required_fuel_block_height<B>(
req: AxumRequest<B>,
next: Next<B>,
async fn required_fuel_block_height<Body>(
req: AxumRequest<Body>,
next: Next<Body>,
) -> impl IntoResponse {
let last_known_block_height: BlockHeight = LAST_KNOWN_BLOCK_HEIGHT
.get()
Expand Down

0 comments on commit b764cd4

Please sign in to comment.