mirror of
https://github.com/aljazceru/lightning.git
synced 2025-12-21 16:14:23 +01:00
Move bitcoin stuff into bitcoin subdir.
It's not very interesting if you're looking for LN code. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
This commit is contained in:
6
anchor.c
6
anchor.c
@@ -1,10 +1,10 @@
|
||||
#include "anchor.h"
|
||||
#include "bitcoin_tx.h"
|
||||
#include "bitcoin/tx.h"
|
||||
#include "overflows.h"
|
||||
#include "pkt.h"
|
||||
#include "permute_tx.h"
|
||||
#include "bitcoin_script.h"
|
||||
#include "pubkey.h"
|
||||
#include "bitcoin/script.h"
|
||||
#include "bitcoin/pubkey.h"
|
||||
#include <ccan/err/err.h>
|
||||
|
||||
struct bitcoin_tx *anchor_tx_create(const tal_t *ctx,
|
||||
|
||||
Reference in New Issue
Block a user