Skip to content
This repository was archived by the owner on Nov 15, 2023. It is now read-only.
Merged
Changes from 1 commit
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update node-template/src/service.rs
Co-Authored-By: André Silva <[email protected]>
  • Loading branch information
shawntabrizi and andresilva authored Oct 13, 2019
commit c042d0449a30fc826fe56a41979dfeec1749a6c3
2 changes: 1 addition & 1 deletion node-template/src/service.rs
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ macro_rules! new_full_start {
Ok(transaction_pool::txpool::Pool::new(config, transaction_pool::FullChainApi::new(client)))
)?
.with_import_queue(|_config, client, _select_chain, transaction_pool| {
aura::import_queue::<_, _, aura_primitives::sr25519::AuthorityPair, _>(
aura::import_queue::<_, _, AuraPair, _>(
aura::SlotDuration::get_or_compute(&*client)?,
Box::new(client.clone()),
None,
Expand Down