Documentation: Update to BOLT v1.0.

Mainly typo fixes, but we removed the INCORRECT_PAYMENT_AMOUNT error
altogether.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
This commit is contained in:
Rusty Russell
2019-04-01 13:55:45 +10:30
committed by Christian Decker
parent f48fe03815
commit 6765423393
8 changed files with 11 additions and 16 deletions

View File

@@ -269,7 +269,7 @@ struct bitcoin_tx *commit_tx(const tal_t *ctx,
/* BOLT #3:
*
* 7. Sort the outputs into [BIP 69
* 7. Sort the outputs into [BIP 69+CLTV
* order](#transaction-input-and-output-ordering)
*/
permute_outputs(tx->output, cltvs, (const void **)*htlcmap);