Expose the node secret key in `{Phantom,}KeysManager` 2023-03-get-key
authorMatt Corallo <git@bluematt.me>
Fri, 3 Mar 2023 20:03:57 +0000 (20:03 +0000)
committerMatt Corallo <git@bluematt.me>
Fri, 3 Mar 2023 20:11:41 +0000 (20:11 +0000)
commit029b66540a9bde546e88b4ca9b302a944e1e6e7f
treee3bf8ab8cb0cbc1b013eedfde8c801f06d8411ee
parenta9e6341f79af07aa9870d88e3887912fa2114e39
Expose the node secret key in `{Phantom,}KeysManager`

When we removed the private keys from the signing interface we
forgot to re-add them in the public interface of our own
implementations, which users may need.
lightning/src/chain/keysinterface.rs