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

Transaction-pool fixes #7741

Merged
merged 1 commit into from
Jan 31, 2018
Merged

Transaction-pool fixes #7741

merged 1 commit into from
Jan 31, 2018

Conversation

tomusdrw
Copy link
Collaborator

Exposing some missing stuff so that it can be published at crates.io and used in polkadot.

@tomusdrw tomusdrw added A0-pleasereview 🤓 Pull request needs code review. M4-core ⛓ Core client code / Rust. labels Jan 30, 2018
@rphmeier rphmeier added A8-looksgood 🦄 Pull request is reviewed well. and removed A0-pleasereview 🤓 Pull request needs code review. labels Jan 30, 2018
@@ -109,6 +109,8 @@ impl<T, S, L> Pool<T, S, L> where

ensure!(!self.by_hash.contains_key(transaction.hash()), error::ErrorKind::AlreadyImported(*transaction.hash()));

// TODO [ToDr] Most likely move this after the transsaction is inserted.
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

typo

@svyatonik svyatonik merged commit dae99cc into master Jan 31, 2018
@svyatonik svyatonik deleted the td-txpool-releas branch January 31, 2018 06:28
@5chdn 5chdn added this to the 1.10 milestone Jan 31, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
A8-looksgood 🦄 Pull request is reviewed well. M4-core ⛓ Core client code / Rust.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants