Remove unused NodeSigner implementations in tests
authorWilmer Paulino <wilmer.paulino@gmail.com>
Wed, 18 Jan 2023 20:28:42 +0000 (12:28 -0800)
committerWilmer Paulino <wilmer.paulino@gmail.com>
Thu, 19 Jan 2023 00:57:52 +0000 (16:57 -0800)
commitaee9952ea3d519611ff151599421cd3421d418d0
treeb2eff36489b2bacab4f378a1c04c9b7bce95ea7f
parentf3a6ca4adcfaba22d65fc8778784f7a4ab283477
Remove unused NodeSigner implementations in tests

These implementations have every method panic, so assuming that the test
suite passes, these implementations are never used.
lightning/src/ln/channel.rs
lightning/src/util/test_utils.rs