mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-12-08 11:53:16 +01:00
cmd/lncli/watchtower: add tower info command
This commit is contained in:
10
cmd/lncli/watchtower_default.go
Normal file
10
cmd/lncli/watchtower_default.go
Normal file
@@ -0,0 +1,10 @@
|
||||
// +build !watchtowerrpc
|
||||
|
||||
package main
|
||||
|
||||
import "github.com/urfave/cli"
|
||||
|
||||
// watchtowerCommands will return nil for non-watchtowerrpc builds.
|
||||
func watchtowerCommands() []cli.Command {
|
||||
return nil
|
||||
}
|
||||
Reference in New Issue
Block a user