mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-09-13 18:10:25 +02:00
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.
This commit is contained in:
@@ -5,7 +5,6 @@ package autopilotrpc
|
||||
import (
|
||||
"context"
|
||||
"encoding/hex"
|
||||
"os"
|
||||
"sync/atomic"
|
||||
|
||||
"github.com/btcsuite/btcd/btcec"
|
||||
|
Reference in New Issue
Block a user