Skip to content

Commit 9b97e28

Browse files
committed
f Update resolution_period to 1 minute
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.
1 parent 68246be commit 9b97e28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

04-onion-routing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1454,7 +1454,7 @@ forward unendorsed HTLCs that they are not certain about.
14541454
HTLC resolution time is assessed relative to a threshold that the node
14551455
considers to be a reasonable amount of time for a HTLC to resolve:
14561456
- `resolution_period`: the amount of time a HTLC is allowed to resolve in that
1457-
is classified as "good" behavior, expressed in seconds (default: 10 seconds).
1457+
is classified as "good" behavior, expressed in seconds (default: 60 seconds).
14581458
- `resolution_time`: the time elapsed between `update_add_htlc` and its
14591459
resolution (`update_fulfill_hltc` / `update_fail_hltc` /
14601460
`update_fail_malformed_htlc`), expressed in seconds.

0 commit comments

Comments
 (0)