mirror of
https://github.com/aljazceru/breez-lnd.git
synced 2026-01-22 07:44:21 +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:
@@ -5,7 +5,6 @@ package autopilotrpc
|
|||||||
import (
|
import (
|
||||||
"context"
|
"context"
|
||||||
"encoding/hex"
|
"encoding/hex"
|
||||||
"os"
|
|
||||||
"sync/atomic"
|
"sync/atomic"
|
||||||
|
|
||||||
"github.com/btcsuite/btcd/btcec"
|
"github.com/btcsuite/btcd/btcec"
|
||||||
|
|||||||
Reference in New Issue
Block a user