lnd.xprv/lnrpc/walletrpc
Olaoluwa Osuntokun 94a20e30e1
lnrpc/walletrpc: reject nil outpoints as args
In this commit, we modify the parsing of user provided outpoints to
ensure that we catch a nil (empty) output early. Otherwise, passing a
set of incorrect arguments would cause `lnd` to crash.
2019-06-17 16:56:16 -07:00
..
config_active.go lnrpc/walletrpc: expose pending input sweeps within UtxoSweeper over RPC 2019-06-05 12:10:33 -07:00
config_default.go lnrpc/walletrpc: implement the WalletKitServer gRPC service 2018-12-06 16:25:34 -08:00
driver.go lnrpc/walletrpc: implement the WalletKitServer gRPC service 2018-12-06 16:25:34 -08:00
log.go lnrpc/walletrpc: implement the WalletKitServer gRPC service 2018-12-06 16:25:34 -08:00
walletkit_server.go lnrpc/walletrpc: reject nil outpoints as args 2019-06-17 16:56:16 -07:00
walletkit.pb.go lnrpc/walletrpc: expose bumping fee of inputs/transactions over RPC 2019-06-11 15:06:40 -07:00
walletkit.proto lnrpc/walletrpc: expose bumping fee of inputs/transactions over RPC 2019-06-11 15:06:40 -07:00