1
0
Fork 0
mirror of https://github.com/lightning/bolts.git synced 2025-02-22 14:22:46 +01:00

BOLT 4: final_incorrect_htlc_amount should be 64-bits.

Fixes: #469
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
This commit is contained in:
Rusty Russell 2018-10-15 21:10:17 +10:30
parent 80eed319ab
commit bca814e270

View file

@ -775,7 +775,7 @@ The CLTV expiry in the HTLC doesn't match the value in the onion.
1. type: 19 (`final_incorrect_htlc_amount`)
2. data:
* [`4`:`incoming_htlc_amt`]
* [`8`:`incoming_htlc_amt`]
The amount in the HTLC doesn't match the value in the onion.