File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
src/test/scala/io/iohk/ethereum/network/p2p Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,8 @@ class MessageSpec extends FlatSpec with Matchers {
26
26
Hex .decode(" f858048a6574632d636c69656e74c6c5836574683f820d05b840a13f3f0555b5037827c743e40fce29139fcf8c3f2a8f12753872fe906a77ff70f6a7f517be995805ff39ab73af1d53dac1a6c9786eebc5935fc455ac8f41ba67" )
27
27
val hello = WireProtocol .Hello (
28
28
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" ,
30
31
capabilities = Seq (WireProtocol .Capability (" eth" , Versions .PV63 .toByte)),
31
32
listenPort = 3333 ,
32
33
nodeId = ByteString (Hex .decode(" a13f3f0555b5037827c743e40fce29139fcf8c3f2a8f12753872fe906a77ff70f6a7f517be995805ff39ab73af1d53dac1a6c9786eebc5935fc455ac8f41ba67" )))
You can’t perform that action at this time.
0 commit comments