Skip to content

Commit a5d0cc9

Browse files
author
Łukasz Gąsior
committed
Fix scalastyle
1 parent d9f1b5c commit a5d0cc9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main/scala/io/iohk/ethereum/transactions/PendingTransactionsManager.scala

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ class PendingTransactionsManager(txPoolConfig: TxPoolConfig, peerManager: ActorR
6464
peerEventBus ! Subscribe(SubscriptionClassifier.PeerHandshaked)
6565
peerEventBus ! Subscribe(MessageClassifier(Set(SignedTransactions.code), PeerSelector.AllPeers))
6666

67+
// scalastyle:off method.length
6768
override def receive: Receive = {
6869
case PeerEvent.PeerHandshakeSuccessful(peer, _) =>
6970
self ! NotifyPeer(pendingTransactions.map(_.stx), peer)

0 commit comments

Comments
 (0)