Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
lnwallet: ensure we only accept/produce sane commitments
In this commit, we add an additional check within CreateCommitTx to ensure that we will never create or accept a commitment transaction that wasn't valid by consensus. To enforce this check, we use the blockchain.CheckTransactionSanity method.
- Loading branch information