lnd/cmd
Andras Banki-Horvath 7725a57055
walletkit: add startheight parameter to ListSweeps
By default ListSweeps will list all sweeps known to the wallet. Over
time this may become expensive to call and callers may not be interested
in the full history. This commit adds a `startheight` parameter to the
`ListSweeps` RPC call. This parameter can be used to fetch sweeps only
from a specified start block height or only unconfirmed ones if it is
set to -1.
2024-02-01 21:02:24 +01:00
..
lncli walletkit: add startheight parameter to ListSweeps 2024-02-01 21:02:24 +01:00
lnd multi: extract wallet initialization 2021-10-08 12:13:15 +02:00