You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Calls to lnwallet.DustLimitForSize(input.P2TRSize) generate a dust limit based on input.GenerateUnknownWitness() which assumes a maximum witness size of 40 bytes.
Similar to GenerateP2PKH, we should provide a function GenerateP2TR to account for the exact taproot witness size.
Calls to
lnwallet.DustLimitForSize(input.P2TRSize)
generate a dust limit based oninput.GenerateUnknownWitness()
which assumes a maximum witness size of 40 bytes.Similar to
GenerateP2PKH
, we should provide a functionGenerateP2TR
to account for the exact taproot witness size.See:
lnd/lnwallet/parameters.go
Line 46 in bb9c680
The text was updated successfully, but these errors were encountered: