mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-08-03 02:02:17 +02:00
lncli: add (dev only) importgraph
This commit is contained in:
11
cmd/lncli/devrpc_default.go
Normal file
11
cmd/lncli/devrpc_default.go
Normal file
@@ -0,0 +1,11 @@
|
||||
//go:build !dev
|
||||
// +build !dev
|
||||
|
||||
package main
|
||||
|
||||
import "github.com/urfave/cli"
|
||||
|
||||
// devCommands will return nil for non-devrpc builds.
|
||||
func devCommands() []cli.Command {
|
||||
return nil
|
||||
}
|
Reference in New Issue
Block a user