1
0

lnchannel: rm HTLC value upper limit of ~42 mBTC

closes #7328
closes #7100
see https://github.com/lightningnetwork/lightning-rfc/pull/877#issuecomment-857577075
This commit is contained in:
SomberNight
2021-06-10 17:26:04 +02:00
parent dab25e3b24
commit f52c0fd571
4 changed files with 3 additions and 33 deletions

View File

@@ -40,7 +40,6 @@ COMMITMENT_TX_WEIGHT = 724
HTLC_OUTPUT_WEIGHT = 172
LN_MAX_FUNDING_SAT = pow(2, 24) - 1
LN_MAX_HTLC_VALUE_MSAT = pow(2, 32) - 1
# dummy address for fee estimation of funding tx
def ln_dummy_address():