mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-08-26 13:42:49 +02:00
Merge pull request #3515 from cfromknecht/default-wtclientrpc
make: compile wtclientrpc by default
This commit is contained in:
@@ -1,5 +1,3 @@
|
||||
// +build wtclientrpc
|
||||
|
||||
package main
|
||||
|
||||
import (
|
@@ -1,10 +0,0 @@
|
||||
// +build !wtclientrpc
|
||||
|
||||
package main
|
||||
|
||||
import "github.com/urfave/cli"
|
||||
|
||||
// wtclientCommands will return nil for non-wtclientrpc builds.
|
||||
func wtclientCommands() []cli.Command {
|
||||
return nil
|
||||
}
|
@@ -1,5 +1,3 @@
|
||||
// +build wtclientrpc
|
||||
|
||||
package main
|
||||
|
||||
import (
|
||||
|
@@ -1,5 +1,3 @@
|
||||
// +build wtclientrpc
|
||||
|
||||
package wtclientrpc
|
||||
|
||||
import (
|
@@ -1,6 +0,0 @@
|
||||
// +build !wtclientrpc
|
||||
|
||||
package wtclientrpc
|
||||
|
||||
// Config is empty for non-wtclientrpc builds.
|
||||
type Config struct{}
|
Reference in New Issue
Block a user