mirror of
https://github.com/lightningnetwork/lnd.git
synced 2026-08-14 12:42:48 +02:00
Previously, the verbose output of listsweeps would fail if we did not find some sweeps in our wallet's listtransactions output. This could be the case for sweeps that were rbf-ed, so the endpoint would fail. This commit also updates the listsweeps endpoint to always check against the wallet, so that we do not return these discarded sweeps that never confirmed. |
||
|---|---|---|
| .. | ||
| config_active.go | ||
| config_default.go | ||
| driver.go | ||
| log.go | ||
| psbt.go | ||
| walletkit.pb.go | ||
| walletkit.pb.gw.go | ||
| walletkit.proto | ||
| walletkit.swagger.json | ||
| walletkit_server.go | ||