lightningdevkit / rust-lightning

A highly modular Bitcoin Lightning library written in Rust. It's rust-lightning, not Rusty's Lightning!
Other
1.17k stars 368 forks source link

Drop dead code from `provide_latest_counterparty_commitment_tx` #3393

Closed tnull closed 4 weeks ago

tnull commented 4 weeks ago

We drop some dead code that unnecessarily allocates a Vec but does nothing else.