diff --git a/03-transactions.md b/03-transactions.md index 0a51e3bb8..e57e7a80f 100644 --- a/03-transactions.md +++ b/03-transactions.md @@ -1011,7 +1011,8 @@ In the following: - Transaction signatures are all deterministic, using RFC6979 (using HMAC-SHA256). To start, common basic parameters for each test vector are defined: the -HTLCs are not used for the first "simple commitment tx with no HTLCs" test. +HTLCs are not used for the first "simple commitment tx with no HTLCs" test, +and HTLCs 5 and 6 are only used in the "same amount and preimage" test. funding_tx_id: 8984484a580b825b9972d7adb15050b3ab624ccd731946b3eeddb92f4e7ef6be funding_output_index: 0 @@ -1039,6 +1040,14 @@ HTLCs are not used for the first "simple commitment tx with no HTLCs" test. htlc 4 amount_msat: 4000000 htlc 4 expiry: 504 htlc 4 payment_preimage: 0404040404040404040404040404040404040404040404040404040404040404 + htlc 5 direction: local->remote + htlc 5 amount_msat: 5000000 + htlc 5 expiry: 505 + htlc 5 payment_preimage: 0505050505050505050505050505050505050505050505050505050505050505 + htlc 6 direction: local->remote + htlc 6 amount_msat: 5000000 + htlc 6 expiry: 506 + htlc 6 payment_preimage: 0505050505050505050505050505050505050505050505050505050505050505