Skip to content

Commit

Permalink
fix merge issue
Browse files Browse the repository at this point in the history
  • Loading branch information
KonradStaniec committed Aug 9, 2018
1 parent f4a5e57 commit 73b91dd
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -353,6 +353,7 @@ class PeerActorSpec extends FlatSpec with Matchers {
val remoteHello = Hello(4, "test-client", Seq(Capability("eth", Versions.PV63.toByte)), 9000, ByteString("unused"))
rlpxConnection.expectMsgPF() { case RLPxConnectionHandler.SendMessage(_: HelloEnc) => () }
rlpxConnection.send(peer, RLPxConnectionHandler.MessageReceived(remoteHello))
rlpxConnection.expectMsgPF() { case PeerP2pVersion(version) if version == remoteHello.p2pVersion => ()}

val remoteStatus = Status(
protocolVersion = Versions.PV63,
Expand Down

0 comments on commit 73b91dd

Please sign in to comment.