Use ChannelMonitorUpdate
s in FilesystemPersister
#1426
Milestone
ChannelMonitorUpdate
s in FilesystemPersister
#1426
I thought we had an issue for this, but I guess not. We should really use the
ChannelMonitorUpdate
s in theFilesystemPersister
instead of always persisting the fullChannelMonitor
.Because we're moving towards the logic not being encapsulated in the
FilesystemPersister
in #1417 we'll have to do a bunch of work there - probably we'll want to move theread_channelMonitors
thing intolightning
using aget
method added to theKVStorePersister
trait, with the ability to roll forward the monitors using updates and then remove the updates after persisting the new monitor.The text was updated successfully, but these errors were encountered: