Skip to content

Commit

Permalink
f Update resolution_period to 1 minute
Browse files Browse the repository at this point in the history
The mpp_timeout defined by the spec is currently 1 minute, so we
shouldn't punish any peers for resolution times that the spec deems
acceptable.
  • Loading branch information
carlaKC committed Jun 16, 2023
1 parent 68246be commit 9b97e28
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 @@ -1454,7 +1454,7 @@ forward unendorsed HTLCs that they are not certain about.
HTLC resolution time is assessed relative to a threshold that the node
considers to be a reasonable amount of time for a HTLC to resolve:
- `resolution_period`: the amount of time a HTLC is allowed to resolve in that
is classified as "good" behavior, expressed in seconds (default: 10 seconds).
is classified as "good" behavior, expressed in seconds (default: 60 seconds).
- `resolution_time`: the time elapsed between `update_add_htlc` and its
resolution (`update_fulfill_hltc` / `update_fail_hltc` /
`update_fail_malformed_htlc`), expressed in seconds.
Expand Down

0 comments on commit 9b97e28

Please sign in to comment.