From 26954b3718a5cb6aaf339871e953f325e869e0c0 Mon Sep 17 00:00:00 2001 From: Wilmer Paulino Date: Tue, 24 Sep 2019 16:52:39 -0700 Subject: [PATCH] lnrpc: remove remaining wtclientrpc build tags The tags to expose the lncli wtclient commands were removed, but the RPC subserver still required them, causing the commands to return an error. --- lnrpc/wtclientrpc/driver.go | 2 -- lnrpc/wtclientrpc/wtclient.go | 2 -- 2 files changed, 4 deletions(-) diff --git a/lnrpc/wtclientrpc/driver.go b/lnrpc/wtclientrpc/driver.go index 7c9c3c5a..78e39976 100644 --- a/lnrpc/wtclientrpc/driver.go +++ b/lnrpc/wtclientrpc/driver.go @@ -1,5 +1,3 @@ -// +build wtclientrpc - package wtclientrpc import ( diff --git a/lnrpc/wtclientrpc/wtclient.go b/lnrpc/wtclientrpc/wtclient.go index bae77daf..8cbdc9bf 100644 --- a/lnrpc/wtclientrpc/wtclient.go +++ b/lnrpc/wtclientrpc/wtclient.go @@ -1,5 +1,3 @@ -// +build wtclientrpc - package wtclientrpc import (