Skip to content

Commit

Permalink
[ETCM-355] Rename EtcNodeStatus63ExchangeState -> EthNodeStatus63Exch…
Browse files Browse the repository at this point in the history
…angeState
  • Loading branch information
lukasz-golebiewski committed Jun 30, 2021
1 parent 4aef984 commit ac6bd58
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ case class EtcHelloExchangeState(handshakerConfiguration: EtcHandshakerConfigura
// FIXME in principle this should be already negotiated
Capability.negotiate(hello.capabilities.toList, handshakerConfiguration.blockchainConfig.capabilities) match {
case Some(ProtocolVersions.ETC64) => EtcNodeStatus64ExchangeState(handshakerConfiguration)
case Some(ProtocolVersions.ETH63) => EtcNodeStatus63ExchangeState(handshakerConfiguration)
case Some(ProtocolVersions.ETH63) => EthNodeStatus63ExchangeState(handshakerConfiguration)
case Some(ProtocolVersions.ETH64) => EthNodeStatus64ExchangeState(handshakerConfiguration)
case _ =>
log.debug(
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import io.iohk.ethereum.network.EtcPeerManagerActor.{PeerInfo, RemoteStatus}
import io.iohk.ethereum.network.p2p.messages.{BaseETH6XMessages, ProtocolVersions}
import io.iohk.ethereum.network.p2p.{Message, MessageSerializable}

case class EtcNodeStatus63ExchangeState(
case class EthNodeStatus63ExchangeState(
handshakerConfiguration: EtcHandshakerConfiguration
) extends EtcNodeStatusExchangeState[BaseETH6XMessages.Status] {

Expand Down

0 comments on commit ac6bd58

Please sign in to comment.