Skip to content

Commit

Permalink
#711 don't allow a "fee" for the final node. (#718)
Browse files Browse the repository at this point in the history
Update a requirement that was missed in #711
  • Loading branch information
nayuta-ueno authored and t-bast committed Jan 8, 2020
1 parent 5f2c0ef commit f219ee0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 04-onion-routing.md
Original file line number Diff line number Diff line change
Expand Up @@ -1078,7 +1078,7 @@ An _intermediate hop_ MUST NOT, but the _final node_:
- if the `outgoing_cltv_value` does NOT correspond with the `cltv_expiry` from
the final node's HTLC:
- MUST return `final_incorrect_cltv_expiry` error.
- if the `amt_to_forward` is greater than the `incoming_htlc_amt` from the
- if the `amt_to_forward` does NOT correspond with the `incoming_htlc_amt` from the
final node's HTLC:
- MUST return a `final_incorrect_htlc_amount` error.

Expand Down

0 comments on commit f219ee0

Please sign in to comment.