servo: clightning-sane: increase CLTV 9->18

This commit is contained in:
Colin 2024-01-12 20:55:32 +00:00
parent 0c72c59190
commit abdd224211

View File

@ -21,7 +21,8 @@ logger = logging.getLogger(__name__)
RPC_FILE = "/var/lib/clightning/bitcoin/lightning-rpc"
# CLTV (HLTC delta) of the final hop
CLTV = 9
# set this too low and you might get inadvertent channel closures (?)
CLTV = 18
class RebalanceError(Enum):
FAIL_TEMPORARY = "FAIL_TEMPORARY"