Update transaction-pool/src/error.rs

Co-Authored-By: ascjones <ascjones@gmail.com>
This commit is contained in:
Bastian Köcher 2019-03-01 22:06:04 +00:00 committed by GitHub
parent f103a6b184
commit 0e1bdb6cdf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ pub enum Error<Hash: fmt::Debug + fmt::LowerHex> {
/// Transaction is too cheap to enter the queue
TooCheapToEnter(Hash, String),
/// Transaction is too cheap to replace existing transaction that occupies the same slot.
TooCheapToReplace (Hash, Hash),
TooCheapToReplace(Hash, Hash),
}
/// Transaction Pool Result