Skip to content

Commit

Permalink
CIDP
Browse files Browse the repository at this point in the history
  • Loading branch information
weezy20 committed Nov 3, 2023
1 parent 6b5fcc4 commit f90f8bb
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions node/src/service.rs
Original file line number Diff line number Diff line change
Expand Up @@ -480,8 +480,7 @@ fn build_import_queue(
>(
client,
block_import,
// Create Inherent Data Provider
move |_, _| async move {
create_inherent_data_providers: move |_, _| async move {

Check failure on line 483 in node/src/service.rs

View workflow job for this annotation

GitHub Actions / test-code

expected one of `!`, `)`, `,`, `.`, `::`, `?`, `{`, or an operator, found `:`
let timestamp = sp_timestamp::InherentDataProvider::from_system_time();
let slot =
sp_consensus_aura::inherents::InherentDataProvider::from_timestamp_and_slot_duration(
Expand Down

0 comments on commit f90f8bb

Please sign in to comment.