Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions wallet_anchor.go
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,9 @@ func (l *LndRpcWalletAnchor) FundPsbt(ctx context.Context, packet *psbt.Packet,
},
MinConfs: int32(minConfs),
ChangeType: defaultChangeType,
// Adjust the max fee tolerance to be 100% of the value to avoid false positives with small anchor outputs.
// https://github.com/lightninglabs/taproot-assets/issues/1417
MaxFeeRatio: 1,
},
)
if err != nil {
Expand Down