mirror of
https://github.com/aljazceru/breez-lnd.git
synced 2025-12-18 14:44:22 +01:00
build+routerrpc+lncli: remove routerrpc conditional compilation
This commit is contained in:
13
cmd/lncli/routerrpc.go
Normal file
13
cmd/lncli/routerrpc.go
Normal file
@@ -0,0 +1,13 @@
|
||||
package main
|
||||
|
||||
import "github.com/urfave/cli"
|
||||
|
||||
// routerCommands returns a list of routerrpc commands.
|
||||
func routerCommands() []cli.Command {
|
||||
return []cli.Command{
|
||||
queryMissionControlCommand,
|
||||
queryProbCommand,
|
||||
resetMissionControlCommand,
|
||||
buildRouteCommand,
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user