mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-31 01:11:35 +00:00
use correct dust limit for their to_local/to_remote outputs
This commit is contained in:
parent
478e484c54
commit
74b180a4e6
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Reference in a new issue