Make `claimable_payments` map value a struct, rather than a tuple
authorMatt Corallo <git@bluematt.me>
Fri, 7 Apr 2023 20:19:03 +0000 (20:19 +0000)
committerMatt Corallo <git@bluematt.me>
Wed, 19 Apr 2023 02:57:19 +0000 (02:57 +0000)
commitf57221be60da4ceaa15b7c7b6d63a3d89414ca8f
tree46feac700aedf5c6f005c6982c59313491e00b5f
parentee9afd315d22151e314aff2ca826561569ac4d03
Make `claimable_payments` map value a struct, rather than a tuple

This makes the `claimable_payments` code more upgradable allowing
us to add new fields in the coming commit(s).
lightning/src/ln/channelmanager.rs