Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Makefile: fix typo which can cause build failures.
And add secp_recovery to headers, while we're at it. ``` ./wire/wire.h:7:10: fatal error: secp256k1_recovery.h: No such file or directory #include <secp256k1_recovery.h> ^~~~~~~~~~~~~~~~~~~~~~ compilation terminated. Makefile:254: recipe for target 'connectd/test/run-initiator-success.o' failed make: *** [connectd/test/run-initiator-success.o] Error 1 m ``` Signed-off-by: Rusty Russell <[email protected]>
- Loading branch information