mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-11-23 12:38:07 +01:00
cmd/lncli: expose pending input sweeps within UtxoSweeper over lncli
This commit is contained in:
10
cmd/lncli/walletrpc_default.go
Normal file
10
cmd/lncli/walletrpc_default.go
Normal file
@@ -0,0 +1,10 @@
|
||||
// +build !walletrpc
|
||||
|
||||
package main
|
||||
|
||||
import "github.com/urfave/cli"
|
||||
|
||||
// walletCommands will return nil for non-walletrpc builds.
|
||||
func walletCommands() []cli.Command {
|
||||
return nil
|
||||
}
|
||||
Reference in New Issue
Block a user