mirror of
https://github.com/lightningnetwork/lnd.git
synced 2026-08-20 13:27:27 +02:00
Merge branch 'master' of github.com:lightningnetwork/lnd
This commit is contained in:
commit
27def9b623
1 changed files with 0 additions and 2 deletions
2
lnd.go
2
lnd.go
|
|
@ -7,7 +7,6 @@ import (
|
|||
"net/http"
|
||||
_ "net/http/pprof"
|
||||
"os"
|
||||
"time"
|
||||
|
||||
"google.golang.org/grpc"
|
||||
"google.golang.org/grpc/grpclog"
|
||||
|
|
@ -57,7 +56,6 @@ func main() {
|
|||
os.Exit(1)
|
||||
}
|
||||
|
||||
lnwallet.Unlock(config.PrivatePass, time.Duration(0))
|
||||
fmt.Println("wallet open")
|
||||
defer db.Close()
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue