]> git.bitcoin.ninja Git - rust-lightning/commit
Ensure we never try to broadcast a transaction <= 64 bytes
authorMatt Corallo <git@bluematt.me>
Thu, 22 Aug 2024 15:14:44 +0000 (15:14 +0000)
committerMatt Corallo <git@bluematt.me>
Tue, 3 Sep 2024 14:13:43 +0000 (14:13 +0000)
commitff00c63171f614cdf38dfe4535736eef90751d61
treeb907115b89c11605ff6a21404e549e65814d592f
parent7e513f97dd17fa673d1658ee1484f4e2dd0636c4
Ensure we never try to broadcast a transaction <= 64 bytes

While these are consensus-valid, they have been nonstandard for
quite some time and will not relay nor confirm.
lightning/src/events/bump_transaction.rs