diff --git a/01-messaging.md b/01-messaging.md index 066d7b4..2ff58d4 100644 --- a/01-messaging.md +++ b/01-messaging.md @@ -305,7 +305,7 @@ The sending node: The receiving node: - MUST wait to receive `init` before sending any other messages. - - MUST combine (logical OR) the two feature bitmaps into one logical `features` map. + - MUST combine (bitwise OR) the two feature bitmaps into one logical `features` map. - MUST respond to known feature bits as specified in [BOLT #9](09-features.md). - upon receiving unknown _odd_ feature bits that are non-zero: - MUST ignore the bit.