nayutaco / ptarmigan

Lightning Network (BOLT)
Apache License 2.0
132 stars 19 forks source link

lnd send announcement_signatures before funding_locked #1556

Open nayuta-ueno opened 5 years ago

nayuta-ueno commented 5 years ago

Ptarmigan spoil lnd's announcement_signatures before funding_locked.

BOLT7:

A recipient node:
  - if it has not sent funding_locked:
    - MAY defer handling the announcement_signatures until after it has sent funding_locked
    - otherwise:
      - MUST ignore it.
nayuta-ueno commented 5 years ago

https://github.com/lightningnetwork/lightning-rfc/pull/625

nayuta-ueno commented 5 years ago

https://github.com/lightningnetwork/lightning-rfc/pull/620