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

@@ -12,13 +12,13 @@
#include <ccan/structeq/structeq.h>
#include "lightning.pb-c.h"
#include "anchor.h"
#include "base58.h"
#include "bitcoin/base58.h"
#include "pkt.h"
#include "bitcoin_script.h"
#include "bitcoin/script.h"
#include "permute_tx.h"
#include "signature.h"
#include "bitcoin/signature.h"
#include "commit_tx.h"
#include "pubkey.h"
#include "bitcoin/pubkey.h"
#include <openssl/ec.h>
#include <unistd.h>