diff --git a/wallet_anchor.go b/wallet_anchor.go index ed44d8a4b..bbf2323df 100644 --- a/wallet_anchor.go +++ b/wallet_anchor.go @@ -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 {