mirror of
https://github.com/aljazceru/lightning.git
synced 2025-12-19 07:04:22 +01:00
Makefile: update to BOLTs without zlib.
This contains a typo fix and a clarification on channel_type, but also removes ZLIB. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
This commit is contained in:
@@ -291,7 +291,7 @@ struct bitcoin_tx *initial_commit_tx(const tal_t *ctx,
|
||||
/* BOLT #3:
|
||||
*
|
||||
* 9. Sort the outputs into [BIP 69+CLTV
|
||||
* order](#transaction-input-and-output-ordering)
|
||||
* order](#transaction-output-ordering)
|
||||
*/
|
||||
permute_outputs(tx, NULL, output_order);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user