mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-11-11 14:48:14 +01:00
Previously we'd skip returning immature inputs to stay backwards compatible. This has the downside as the node operator cannot take actions on this input, like some customized batching strategy via `bumpfee` RPC. After this change, it means when calling `bumpfee` RPC, it will now update the params for the immature input instead of returning an error saying `output does not belong to wallet`. We also add a `MaturityHeight` field so the user knows when this input will be swept.
61 KiB
61 KiB