You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is it time to change this to DUST_LIMIT_DEFAULT_SAT_SEGWIT in lnutil.py?
# technically this could be using the lower DUST_LIMIT_DEFAULT_SAT_SEGWIT
# but other implementations are checking against this value too; also let's be conservative
if self.dust_limit_sat < bitcoin.DUST_LIMIT_DEFAULT_SAT_LEGACY:
The latest lnd is using the segwit dust limit now, it might start getting difficult for people to open channels as more nodes upgrade.
Is it time to change this to
DUST_LIMIT_DEFAULT_SAT_SEGWIT
in lnutil.py?The latest lnd is using the segwit dust limit now, it might start getting difficult for people to open channels as more nodes upgrade.
lightningnetwork/lnd@ddbd0b6
The text was updated successfully, but these errors were encountered: