bitcoind: routine to send to a specific address.

We use this to create our anchor payment.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
This commit is contained in:
Rusty Russell
2016-01-22 06:41:49 +10:30
parent c0766061fa
commit c51a8d804f
3 changed files with 45 additions and 1 deletions

View File

@@ -7,7 +7,6 @@
#include <ccan/io/io.h>
#include <ccan/list/list.h>
#include <ccan/noerr/noerr.h>
#include <ccan/short_types/short_types.h>
#include <ccan/tal/str/str.h>
#include <ccan/tal/tal.h>
#include <errno.h>