We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 26ebbfb commit 2dabcadCopy full SHA for 2dabcad
src/test/scala/io/iohk/ethereum/network/handshaker/EtcHandshakerSpec.scala
@@ -192,8 +192,7 @@ class EtcHandshakerSpec extends AnyFlatSpec with Matchers {
192
}
193
194
195
- it should "send status with fork id when peer supports ETH64" in new LocalPeerETH64Setup
196
- with RemotePeerETH64Setup {
+ it should "send status with fork id when peer supports ETH64" in new LocalPeerETH64Setup with RemotePeerETH64Setup {
197
198
val newChainWeight = ChainWeight.zero.increase(genesisBlock.header).increase(firstBlock.header)
199
0 commit comments