mirror of
https://github.com/aljazceru/breez-lnd.git
synced 2026-02-23 07:24:21 +01:00
lncli+wtclientrpc: remove wtclientrpc build tag, compile 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