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:
@@ -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():
|
||||
|
||||
Reference in New Issue
Block a user