lnd/lnrpc/walletrpc
yyforyongyu 3e36adf476
mulit: remove ListLeasedOutputs in LeaseOutput
This commit removes the call toe `ListLeasedOutputs` in `LeaseOutput` -
the returned info from `ListLeasedOutputs` can easily be accessed via
`FetchInputInfo` and this info is only used at one callsite.
`ListLeasedOutputs` then becomes unnecessary here, plus it's very slow
and needs to be refactored in `btcwallet` instead.
2024-08-09 22:01:57 +08:00
..
config_active.go walletrpc+subserver_config: add coin selection strategy 2024-02-23 08:58:09 +01:00
config_default.go
driver.go multi: Fix typos [skip ci] 2022-01-24 12:19:02 +02:00
errors.go rpc: SendOutputs considers anchor reserve 2023-04-29 22:44:23 +02:00
log.go lnrpc: fix log.go files 2022-04-01 18:12:59 -07:00
psbt.go mulit: remove ListLeasedOutputs in LeaseOutput 2024-08-09 22:01:57 +08:00
walletkit_grpc.pb.go lnrpc: fix typo 2024-04-29 19:14:27 +08:00
walletkit_server_test.go multi: apply the new type lntypes.WeightUnit 2024-05-25 13:37:13 +08:00
walletkit_server.go mulit: remove ListLeasedOutputs in LeaseOutput 2024-08-09 22:01:57 +08:00
walletkit_util_test.go cmd/lncli+walletrpc: add createwatchonly command 2021-10-14 15:42:58 +02:00
walletkit_util.go walletrpc: add sign/verify methods 2023-01-24 09:22:05 +01:00
walletkit.pb.go lnrpc: add new min_relay_fee response to EstimateFee 2024-08-07 17:51:35 -07:00
walletkit.pb.gw.go walletrpc: add new RemoveTransaction endpoint. 2023-12-12 14:18:16 +01:00
walletkit.pb.json.go lnrpc/Dockerfile: update falafel version 2024-08-05 15:59:50 +02:00
walletkit.proto lnrpc: add new min_relay_fee response to EstimateFee 2024-08-07 17:51:35 -07:00
walletkit.swagger.json lnrpc: add new min_relay_fee response to EstimateFee 2024-08-07 17:51:35 -07:00
walletkit.yaml walletrpc: add new RemoveTransaction endpoint. 2023-12-12 14:18:16 +01:00