Remove caching of holder HTLC signatures
authorWilmer Paulino <wilmer@wilmerpaulino.com>
Fri, 13 Oct 2023 20:58:59 +0000 (13:58 -0700)
committerWilmer Paulino <wilmer@wilmerpaulino.com>
Fri, 20 Oct 2023 22:32:14 +0000 (15:32 -0700)
commita9d9d266557abccb4ac55aa9fc2ba90ebb755c55
tree14ee2685e2e73c20d4f01f6863f283d839198055
parent03ec74631fcaf3cf8434432259d61571865820b0
Remove caching of holder HTLC signatures

Since we want our holder HTLC signatures to be randomly generated and
not reused, our existing caches are useless now, so we opt to remove
them.
lightning/src/chain/channelmonitor.rs
lightning/src/chain/onchaintx.rs