1
0

lnpeer: use correct failure codes in _maybe_forward_htlc

This commit is contained in:
SomberNight
2019-08-16 22:44:07 +02:00
committed by ThomasV
parent e54f0fbafa
commit beeb81e179
3 changed files with 27 additions and 11 deletions

View File

@@ -137,6 +137,8 @@ NBLOCK_DEADLINE_BEFORE_EXPIRY_FOR_RECEIVED_HTLCS = 72
# the cltv_expiry_delta for channels when we are forwarding payments
NBLOCK_OUR_CLTV_EXPIRY_DELTA = 144
OUR_FEE_BASE_MSAT = 1000
OUR_FEE_PROPORTIONAL_MILLIONTHS = 1
NBLOCK_CLTV_EXPIRY_TOO_FAR_INTO_FUTURE = 4032