Skip to content

Commit 090efd8

Browse files
committed
rollback etc-client rename in MessageSpec as etc-client is encoded in the expected bytes
1 parent c3c6a5e commit 090efd8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/test/scala/io/iohk/ethereum/network/p2p/MessageSpec.scala

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@ class MessageSpec extends FlatSpec with Matchers {
2626
Hex.decode("f858048a6574632d636c69656e74c6c5836574683f820d05b840a13f3f0555b5037827c743e40fce29139fcf8c3f2a8f12753872fe906a77ff70f6a7f517be995805ff39ab73af1d53dac1a6c9786eebc5935fc455ac8f41ba67")
2727
val hello = WireProtocol.Hello(
2828
p2pVersion = 4,
29-
clientId = "mantis",
29+
/** TODO change the expected bytyes to reflect the name change from etc-cleint to mantis **/
30+
clientId = "etc-client",
3031
capabilities = Seq(WireProtocol.Capability("eth", Versions.PV63.toByte)),
3132
listenPort = 3333,
3233
nodeId = ByteString(Hex.decode("a13f3f0555b5037827c743e40fce29139fcf8c3f2a8f12753872fe906a77ff70f6a7f517be995805ff39ab73af1d53dac1a6c9786eebc5935fc455ac8f41ba67")))

0 commit comments

Comments
 (0)