Move funding.[ch] to daemon/channel.[ch].

It's a more logical name, and a more logical place.  We change
"funding" to "channel" in the remaining exposed symbols, too.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
This commit is contained in:
Rusty Russell
2016-06-30 09:08:10 +09:30
parent b2fdc86740
commit fecd91ab2a
9 changed files with 76 additions and 76 deletions

View File

@@ -4,7 +4,7 @@
#include "bitcoin/shadouble.h"
#include "bitcoin/tx.h"
#include "commit_tx.h"
#include "funding.h"
#include "daemon/channel.h"
#include "overflows.h"
#include "permute_tx.h"
#include "remove_dust.h"