1
0

ln: qt channel open: fix max channel size

This commit is contained in:
SomberNight
2019-11-20 17:45:28 +01:00
parent ae04434206
commit cd9477c0da
2 changed files with 8 additions and 2 deletions

View File

@@ -27,7 +27,7 @@ if TYPE_CHECKING:
HTLC_TIMEOUT_WEIGHT = 663
HTLC_SUCCESS_WEIGHT = 703
LN_MAX_FUNDING_SAT = pow(2, 24)
LN_MAX_FUNDING_SAT = pow(2, 24) - 1
# dummy address for fee estimation of funding tx
def ln_dummy_address():