Clean up `TestKeysInterface` random bytes override interface 2022-02-fix-bunk-test
authorMatt Corallo <git@bluematt.me>
Fri, 4 Mar 2022 21:31:55 +0000 (21:31 +0000)
committerMatt Corallo <git@bluematt.me>
Fri, 4 Mar 2022 21:54:32 +0000 (21:54 +0000)
commit6e776d9fb99b90c60ce88d951b9e9fbc2cb35a1a
tree9429909431e17ae8edf485e5bbb4bc1a6979d49c
parent010c34f351f4ae37c419fc5d1c55c60b637bf241
Clean up `TestKeysInterface` random bytes override interface

Its very confusing to have multiple fields that do the same thing,
one of which isn't even used for its stated purpose anymore after
the previous few commits.
lightning/src/ln/functional_tests.rs
lightning/src/ln/onion_route_tests.rs
lightning/src/util/test_utils.rs