Skip to content

Commit 2d62f1a

Browse files
[ETCM-355] Rename EtcNodeStatus63ExchangeState -> EthNodeStatus63ExchangeState
1 parent 51efd54 commit 2d62f1a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/main/scala/io/iohk/ethereum/network/handshaker/EtcHelloExchangeState.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ case class EtcHelloExchangeState(handshakerConfiguration: EtcHandshakerConfigura
3232
// FIXME in principle this should be already negotiated
3333
Capability.negotiate(hello.capabilities.toList, handshakerConfiguration.blockchainConfig.capabilities) match {
3434
case Some(ProtocolVersions.ETC64) => EtcNodeStatus64ExchangeState(handshakerConfiguration)
35-
case Some(ProtocolVersions.ETH63) => EtcNodeStatus63ExchangeState(handshakerConfiguration)
35+
case Some(ProtocolVersions.ETH63) => EthNodeStatus63ExchangeState(handshakerConfiguration)
3636
case Some(ProtocolVersions.ETH64) => EthNodeStatus64ExchangeState(handshakerConfiguration)
3737
case _ =>
3838
log.debug(

src/main/scala/io/iohk/ethereum/network/handshaker/EtcNodeStatus63ExchangeState.scala renamed to src/main/scala/io/iohk/ethereum/network/handshaker/EthNodeStatus63ExchangeState.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import io.iohk.ethereum.network.p2p.MessageSerializable
77
import io.iohk.ethereum.network.p2p.messages.BaseETH6XMessages
88
import io.iohk.ethereum.network.p2p.messages.ProtocolVersions
99

10-
case class EtcNodeStatus63ExchangeState(
10+
case class EthNodeStatus63ExchangeState(
1111
handshakerConfiguration: EtcHandshakerConfiguration
1212
) extends EtcNodeStatusExchangeState[BaseETH6XMessages.Status] {
1313

0 commit comments

Comments
 (0)