mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-02-23 14:40:30 +01: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:
parent
bcc9e30396
commit
7dab8b8f2d
1 changed files with 0 additions and 1 deletions
|
@ -5,7 +5,6 @@ package autopilotrpc
|
|||
import (
|
||||
"context"
|
||||
"encoding/hex"
|
||||
"os"
|
||||
"sync/atomic"
|
||||
|
||||
"github.com/btcsuite/btcd/btcec"
|
||||
|
|
Loading…
Add table
Reference in a new issue