Update `channelmanager::NotifyOption` to indicate persist or event
authorMatt Corallo <git@bluematt.me>
Thu, 24 Aug 2023 18:37:18 +0000 (18:37 +0000)
committerMatt Corallo <git@bluematt.me>
Tue, 12 Sep 2023 19:06:34 +0000 (19:06 +0000)
commit305df1d7da1f23e60b7d06f2d8026e9dbcea35f4
tree908fcabf539b096b5fe8057d2206a7e9c057426c
parent7fa499c188294cf4179e57cc47050e9a261ed72b
Update `channelmanager::NotifyOption` to indicate persist or event

As we now signal events-available from persistence-needed
separately, the `NotifyOption` enum should include a separate
variant for events-but-no-persistence, which we add here.
lightning/src/ln/channelmanager.rs