LightningMessageCodecs

class Object
trait Matchable
class Any

Type members

Classlikes

case class MessageFlags(optionChannelHtlcMax: Boolean)

Value members

Concrete fields

BOLT 7 defines a 'disable' bit and a 'direction' bit, but it's easier to understand if we take the reverse.

BOLT 7 defines a 'disable' bit and a 'direction' bit, but it's easier to understand if we take the reverse.

Source:
LightningMessageCodecs.scala

For historical reasons, features are divided into two feature bitmasks. We only send from the second one, but we allow receiving in both.

For historical reasons, features are divided into two feature bitmasks. We only send from the second one, but we allow receiving in both.

Source:
LightningMessageCodecs.scala