1
0

set default to_self_delay to 1 day

This commit is contained in:
SomberNight
2019-05-28 20:47:22 +02:00
committed by ThomasV
parent 9a0ba7fa79
commit acbb458ef7
2 changed files with 3 additions and 2 deletions

View File

@@ -100,6 +100,7 @@ class NotFoundChanAnnouncementForUpdate(Exception): pass
# TODO make configurable?
DEFAULT_TO_SELF_DELAY = 144
MIN_FINAL_CLTV_EXPIRY_ACCEPTED = 144
MIN_FINAL_CLTV_EXPIRY_FOR_INVOICE = MIN_FINAL_CLTV_EXPIRY_ACCEPTED + 1