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 <bkchr@users.noreply.github.com>
  • Loading branch information
NikVolf and bkchr authored Mar 17, 2020
commit a7c65beb1be8ef34e7e7e9ccc5e36610ccb37cb4
1 change: 0 additions & 1 deletion client/transaction-pool/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,6 @@ impl<T, Block: BlockT> Default for 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