close-channel: create message to mutually close channel.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
This commit is contained in:
Rusty Russell
2015-06-08 14:44:47 +09:30
parent 16baa1dae9
commit 38f7a23064
8 changed files with 183 additions and 4 deletions

View File

@@ -431,7 +431,7 @@ struct _CloseChannel
ProtobufCMessage base;
/*
* This is our signature a new transaction which spends the anchor
* output to my open->script_to_me and your open->script_to_me,
* output to my open->final and your open->final,
* as per the last commit tx.
*/
Signature *sig;