lncli+wtclientrpc: remove wtclientrpc build tag, compile by default

This commit is contained in:
Conner Fromknecht 2019-09-18 17:22:20 -07:00
parent baa235c240
commit 7252e175dc
No known key found for this signature in database
GPG Key ID: E7D737B67FA592C7
5 changed files with 0 additions and 22 deletions

@ -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{}