1
0

add dust_override to SweepInfo

We might want to set this value independently from is_anchor.
This commit is contained in:
ThomasV
2025-11-03 13:36:37 +01:00
parent 41378e1c91
commit 879dcb3224
4 changed files with 15 additions and 1 deletions

View File

@@ -86,6 +86,7 @@ SWAP_SWEEP_INFO = SweepInfo(
txout=None,
name='swap claim',
can_be_batched=True,
dust_override=False,
)