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
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 65375b20708297abdc044db4e853e683f474e1d5
1 change: 0 additions & 1 deletion client/transaction-pool/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,6 @@ struct ReadyPoll<T, Block: BlockT> {
}

impl<T, Block: BlockT> Default for ReadyPoll<T, Block> {
{
fn default() -> Self {
Self {
updated_at: NumberFor::<Block>::zero(),
Expand Down