lnd.xprv/lnrpc/walletrpc
carla 887ff442db
multi: fix verbose output for listsweeps and check all against wallet
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.
2020-11-13 13:59:52 +02:00
..
config_active.go rpc: acquire global coin select lock in related RPCs 2020-06-12 11:22:29 -07:00
config_default.go lnrpc/walletrpc: implement the WalletKitServer gRPC service 2018-12-06 16:25:34 -08:00
driver.go lnrpc/walletrpc: use current height as height hint for cpfp 2019-08-22 13:49:42 -07:00
log.go multi: remove dead code 2019-09-10 17:21:59 +02:00
psbt.go lnrpc+walletrpc: add RPCs for new PSBT methods 2020-10-03 10:34:53 +02:00
walletkit_server.go multi: fix verbose output for listsweeps and check all against wallet 2020-11-13 13:59:52 +02:00
walletkit.pb.go multi: fix verbose output for listsweeps and check all against wallet 2020-11-13 13:59:52 +02:00
walletkit.pb.gw.go lnrpc+walletrpc: add RPCs for new PSBT methods 2020-10-03 10:34:53 +02:00
walletkit.proto multi: fix verbose output for listsweeps and check all against wallet 2020-11-13 13:59:52 +02:00
walletkit.swagger.json multi: fix verbose output for listsweeps and check all against wallet 2020-11-13 13:59:52 +02:00