mirror of
https://github.com/aljazceru/lightning.git
synced 2025-12-22 00:24:19 +01:00
Just a security measure to avoid alternative use-cases of the hsmd running into the issue that they need to send a `WIRE_HSMD_INIT` message as first message. If that is not done, the `secretstuff` won't get initialized and we'd be producing signatures from uninitialized memory, which are completely useless. Changelog-None: Internal change only