We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0db76d4 commit 957f014Copy full SHA for 957f014
eclair-core/src/main/scala/fr/acinq/eclair/ShortChannelId.scala
@@ -16,8 +16,8 @@
16
17
package fr.acinq.eclair
18
19
-sealed trait RealShortChannelId extends ShortChannelId
20
-sealed trait LocalAlias extends ShortChannelId
+trait RealShortChannelId extends ShortChannelId
+trait LocalAlias extends ShortChannelId
21
22
/**
23
* A short channel id uniquely identifies a channel by the coordinates of its funding tx output in the blockchain.
0 commit comments