Skip to content

Commit 2dabcad

Browse files
fixup! [ETCM-355] Send fork id in the Status message
1 parent 26ebbfb commit 2dabcad

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/test/scala/io/iohk/ethereum/network/handshaker/EtcHandshakerSpec.scala

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -192,8 +192,7 @@ class EtcHandshakerSpec extends AnyFlatSpec with Matchers {
192192
}
193193
}
194194

195-
it should "send status with fork id when peer supports ETH64" in new LocalPeerETH64Setup
196-
with RemotePeerETH64Setup {
195+
it should "send status with fork id when peer supports ETH64" in new LocalPeerETH64Setup with RemotePeerETH64Setup {
197196

198197
val newChainWeight = ChainWeight.zero.increase(genesisBlock.header).increase(firstBlock.header)
199198

0 commit comments

Comments
 (0)