Makefile: update bolts a0bbe47b0278b4f152dbaa4f5fab2562413a217c

"BOLT 04: remove associated data from test vector"

(We actually use merge point).

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
This commit is contained in:
Rusty Russell
2023-04-07 16:25:26 +09:30
parent dfa6c0ca52
commit f26b1166b7
4 changed files with 11 additions and 10 deletions

View File

@@ -1029,7 +1029,7 @@ send_payment_core(struct lightningd *ld,
/* BOLT #4:
*
* - MUST NOT send another HTLC if the total `amount_msat` of the HTLC
* - MUST NOT send another HTLC if the total `amt_to_forward` of the HTLC
* set is already greater or equal to `total_msat`.
*/
/* We don't do this for single 0-value payments (sendonion does this) */