add dust_override to SweepInfo
We might want to set this value independently from is_anchor.
This commit is contained in:
@@ -86,6 +86,7 @@ SWAP_SWEEP_INFO = SweepInfo(
|
||||
txout=None,
|
||||
name='swap claim',
|
||||
can_be_batched=True,
|
||||
dust_override=False,
|
||||
)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user