Skip to content

Commit b826014

Browse files
[ETCM-355] Remove obsolete type alias
1 parent 11fd55c commit b826014

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/main/scala/io/iohk/ethereum/network/p2p/MessageDecoders.scala

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,6 @@ object ETH63MessageDecoder extends MessageDecoder {
107107

108108
// scalastyle:off
109109
object EthereumMessageDecoder {
110-
type Decoder = (Int, Array[Byte]) => Message
111110
def ethMessageDecoder(protocolVersion: Capability): MessageDecoder =
112111
protocolVersion match {
113112
case Capability.Capabilities.Etc64Capability => ETC64MessageDecoder.orElse(NetworkMessageDecoder)

0 commit comments

Comments
 (0)