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:
Rusty Russell
2015-06-12 11:53:27 +09:30
parent 28ea518182
commit 612d713470
37 changed files with 114 additions and 107 deletions

View File

@@ -1,9 +1,9 @@
#include "close_tx.h"
#include "shadouble.h"
#include "bitcoin_tx.h"
#include "bitcoin_script.h"
#include "bitcoin/shadouble.h"
#include "bitcoin/tx.h"
#include "bitcoin/script.h"
#include "permute_tx.h"
#include "pubkey.h"
#include "bitcoin/pubkey.h"
#include "pkt.h"
struct bitcoin_tx *create_close_tx(const tal_t *ctx,