mirror of
https://github.com/aljazceru/breez-lnd.git
synced 2026-01-17 21:34:20 +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 (
|
||||
"context"
|
||||
"encoding/hex"
|
||||
"os"
|
||||
"sync/atomic"
|
||||
|
||||
"github.com/btcsuite/btcd/btcec"
|
||||
|
||||
Reference in New Issue
Block a user