rgb-cln/connectd/test
Rusty Russell c76cfe9c5c 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 <rusty@rustcorp.com.au>
2020-09-09 20:44:22 +09:30
..
Makefile Makefile: fix typo which can cause build failures. 2020-09-09 20:44:22 +09:30
run-initiator-success.c psbt: clean up interface for setting metadata on PSBT inputs 2020-09-09 19:54:20 +09:30
run-responder-success.c psbt: clean up interface for setting metadata on PSBT inputs 2020-09-09 19:54:20 +09:30