Skip to content

Commit ac6bd58

Browse files
[ETCM-355] Rename EtcNodeStatus63ExchangeState -> EthNodeStatus63ExchangeState
1 parent 4aef984 commit ac6bd58

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
@@ -29,7 +29,7 @@ case class EtcHelloExchangeState(handshakerConfiguration: EtcHandshakerConfigura
2929
// FIXME in principle this should be already negotiated
3030
Capability.negotiate(hello.capabilities.toList, handshakerConfiguration.blockchainConfig.capabilities) match {
3131
case Some(ProtocolVersions.ETC64) => EtcNodeStatus64ExchangeState(handshakerConfiguration)
32-
case Some(ProtocolVersions.ETH63) => EtcNodeStatus63ExchangeState(handshakerConfiguration)
32+
case Some(ProtocolVersions.ETH63) => EthNodeStatus63ExchangeState(handshakerConfiguration)
3333
case Some(ProtocolVersions.ETH64) => EthNodeStatus64ExchangeState(handshakerConfiguration)
3434
case _ =>
3535
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
@@ -4,7 +4,7 @@ import io.iohk.ethereum.network.EtcPeerManagerActor.{PeerInfo, RemoteStatus}
44
import io.iohk.ethereum.network.p2p.messages.{BaseETH6XMessages, ProtocolVersions}
55
import io.iohk.ethereum.network.p2p.{Message, MessageSerializable}
66

7-
case class EtcNodeStatus63ExchangeState(
7+
case class EthNodeStatus63ExchangeState(
88
handshakerConfiguration: EtcHandshakerConfiguration
99
) extends EtcNodeStatusExchangeState[BaseETH6XMessages.Status] {
1010

0 commit comments

Comments
 (0)