Skip to content

Commit

Permalink
fix error: knownDirectSubclasses of RealShortChannelId observed befor…
Browse files Browse the repository at this point in the history
…e subclass registered
  • Loading branch information
pm47 committed Jun 9, 2022
1 parent 0db76d4 commit 957f014
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@

package fr.acinq.eclair

sealed trait RealShortChannelId extends ShortChannelId
sealed trait LocalAlias extends ShortChannelId
trait RealShortChannelId extends ShortChannelId
trait LocalAlias extends ShortChannelId

/**
* A short channel id uniquely identifies a channel by the coordinates of its funding tx output in the blockchain.
Expand Down

0 comments on commit 957f014

Please sign in to comment.