Move protobuf<->bitcoin converters out of bitcoin/

They're lightning-specific.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
This commit is contained in:
Rusty Russell
2015-06-12 12:09:05 +09:30
parent 612d713470
commit 442f321585
24 changed files with 128 additions and 98 deletions

View File

@@ -5,6 +5,7 @@
#include "permute_tx.h"
#include "bitcoin/pubkey.h"
#include "pkt.h"
#include "protobuf_convert.h"
struct bitcoin_tx *create_commit_tx(const tal_t *ctx,
OpenChannel *ours,