c37b844f66
As ThomasV says: > ReceivedMPPStatus is a Namedtuple, which is immutable, but it contains > a mutable field. Since ReceivedMPPStatus is not a StoredObject, > no patch will be created when the htlcs list is modified, and we may > end up not saving the change to disk if partial writes are enabled. patch taken from https://github.com/spesmilo/electrum/pull/10395#pullrequestreview-3634244541 closes https://github.com/spesmilo/electrum/pull/10395 Co-authored-by: f321x <f@f321x.com>