Remove trivial assertions in LocalCommitmentTransaction fns 2020-04-559-cleanups
authorMatt Corallo <git@bluematt.me>
Fri, 24 Apr 2020 19:31:33 +0000 (15:31 -0400)
committerMatt Corallo <git@bluematt.me>
Sat, 25 Apr 2020 01:23:51 +0000 (21:23 -0400)
commit03316cd14178c3109174e53d892bab6275b510a1
tree3323600bd4d65ec39db5c643d89333376e9f4b96
parent92c0698865ffdfa2c603288ef1d7f23130243aae
Remove trivial assertions in LocalCommitmentTransaction fns

We don't need to assert that transaction structure is what we
expect when the transaction is created by a function twenty lines
up in the same file.
lightning/src/ln/chan_utils.rs