lnd.xprv/lnrpc/walletrpc
Matheus Degiovani 0e73d2d243 itest: assert unspent before performing CPFP
This reduces the flakiness of the CPFP test by asserting the wallet has
seen the unspent output before attempting to perform the walletkit's
BumpFee method.

Previously the attempt to bump the fee of the target transaction could
be made before the wallet had had a chance to fully process the
transaction, causing a flaky error.
2020-07-13 13:24:22 -03: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
walletkit_server.go itest: assert unspent before performing CPFP 2020-07-13 13:24:22 -03:00
walletkit.pb.go lnrpc: extract or add REST annotations to yaml 2020-06-04 08:50:00 +02:00
walletkit.pb.gw.go lnrpc: extract or add REST annotations to yaml 2020-06-04 08:50:00 +02:00
walletkit.proto walletrpc: add ListUnspent RPC 2020-06-03 19:03:04 -07:00
walletkit.swagger.json lnrpc: extract or add REST annotations to yaml 2020-06-04 08:50:00 +02:00