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
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 client/transaction-pool/src/lib.rs
Co-Authored-By: Bastian Köcher <[email protected]>
  • Loading branch information
NikVolf and bkchr authored Mar 17, 2020
commit 24be2073e1d3d3665c5714d9f4b15437cfc96ea8
2 changes: 1 addition & 1 deletion client/transaction-pool/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ impl<T, Block: BlockT> Default for ReadyPoll<T, Block> {
}
}

impl<T, Block: BlockT> ReadyPoll<T, Block>
impl<T, Block: BlockT> ReadyPoll<T, Block> {
fn trigger(&mut self, number: NumberFor<Block>, iterator_factory: impl Fn() -> T) {
self.updated_at = number;

Expand Down