Skip to content

Commit

Permalink
fix cargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
paulormart committed Nov 3, 2021
1 parent 59f4677 commit 75fcb4a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/rpc.rs
Original file line number Diff line number Diff line change
Expand Up @@ -590,8 +590,7 @@ impl<T: Config> Rpc<T> {
TransactionStatus::Future
| TransactionStatus::Ready
| TransactionStatus::Broadcast(_)
| TransactionStatus::Retracted(_)
=> continue,
| TransactionStatus::Retracted(_) => continue,
TransactionStatus::InBlock(block_hash) => {
if self.accept_weak_inclusion {
return self
Expand Down

0 comments on commit 75fcb4a

Please sign in to comment.