]> git.bitcoin.ninja Git - rust-lightning/commit
Make monitor update name public
authorolegkubrakov <oleg@lightspark.com>
Thu, 17 Oct 2024 21:28:12 +0000 (14:28 -0700)
committerolegkubrakov <oleg@lightspark.com>
Tue, 22 Oct 2024 17:03:51 +0000 (10:03 -0700)
commit01529dcba6b52a9b16e848d703b5ba31ee34dd8f
treecf5016298232a4296d57b216870ad9e8ecd7e3ad
parent81923c7340d7d93896807bc09cfd6074d4ceec45
Make monitor update name public

These structs are meant for MonitoringUpdatingPersister implementation, but some
external implementations may still reuse them, so going to make them public.
lightning/src/util/persist.rs