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:
parent
80eed319ab
commit
bca814e270
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue