Browse Source
use correct dust limit for their to_local/to_remote outputs
regtest_lnd
Janus
7 years ago
committed by
SomberNight
No known key found for this signature in database
GPG Key ID: B33B5F232C6271E9
1 changed files with
1 additions and
1 deletions
-
electrum/lnhtlc.py
|
|
@ -596,7 +596,7 @@ class HTLCStateMachine(PrintError): |
|
|
|
chan.constraints.capacity, |
|
|
|
local_msat, |
|
|
|
remote_msat, |
|
|
|
chan.local_config.dust_limit_sat, |
|
|
|
conf.dust_limit_sat, |
|
|
|
chan.local_state.feerate if for_us else chan.remote_state.feerate, |
|
|
|
for_us, |
|
|
|
chan.constraints.is_initiator, |
|
|
|