lnd/lnwallet/chancloser
Elle Mouton 785790abed
peer/lnwallet: persist shutdown info on send
In this commit, we start persisting shutdown info when we send the
Shutdown message. When starting up a link, we also first check if we
have previously persisted Shutdown info and if we have, we start the
link in shutdown mode meaning that it will not accept any new outgoing
HTLC additions and it will queue the shutdown message after any pending
CommitSig has been sent.
2024-02-21 11:58:18 +02:00
..
chancloser.go peer/lnwallet: persist shutdown info on send 2024-02-21 11:58:18 +02:00
chancloser_test.go channeldb+lnwallet: add ShutdownInfo with read and write methods 2024-02-21 11:56:15 +02:00
interface.go channeldb+lnwallet: add ShutdownInfo with read and write methods 2024-02-21 11:56:15 +02:00
log.go chancloser: new package for cooperative channel closure 2020-06-16 20:34:44 -04:00