From 7dab8b8f2d7fb830a290ca94de13af7a87733917 Mon Sep 17 00:00:00 2001 From: "Johan T. Halseth" Date: Sat, 2 Feb 2019 15:45:44 +0100 Subject: [PATCH] lnrpc/autopilotrpc: remove unused "os" import This would cause the build to fail since the import is not used. It was not detected since the file is under a build flag. --- lnrpc/autopilotrpc/autopilot_server.go | 1 - 1 file changed, 1 deletion(-) diff --git a/lnrpc/autopilotrpc/autopilot_server.go b/lnrpc/autopilotrpc/autopilot_server.go index 7d43dff8..8cd3e227 100644 --- a/lnrpc/autopilotrpc/autopilot_server.go +++ b/lnrpc/autopilotrpc/autopilot_server.go @@ -5,7 +5,6 @@ package autopilotrpc import ( "context" "encoding/hex" - "os" "sync/atomic" "github.com/btcsuite/btcd/btcec"