Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

Commit

Permalink
".git/.scripts/commands/fmt/fmt.sh"
Browse files Browse the repository at this point in the history
  • Loading branch information
command-bot committed Mar 31, 2023
1 parent a18f21e commit b5e4271
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions client/consensus/aura/src/standalone.rs
Original file line number Diff line number Diff line change
Expand Up @@ -62,10 +62,7 @@ where
C: AuxStore + ProvideRuntimeApi<B>,
C::Api: AuraApi<B, A>,
{
client
.runtime_api()
.slot_duration(block_hash)
.map_err(|err| err.into())
client.runtime_api().slot_duration(block_hash).map_err(|err| err.into())
}

/// Get the slot author for given block along with authorities.
Expand Down

0 comments on commit b5e4271

Please sign in to comment.