mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-06-01 18:50:09 +02:00
lnd: remove interactive shell
This commit is contained in:
parent
422336480e
commit
ac43de94f6
5
lnd.go
5
lnd.go
@ -47,11 +47,6 @@ func lndMain() error {
|
|||||||
// Show version at startup.
|
// Show version at startup.
|
||||||
ltndLog.Infof("Version %s", version())
|
ltndLog.Infof("Version %s", version())
|
||||||
|
|
||||||
if cfg.SPVMode == true {
|
|
||||||
shell(cfg.SPVHostAdr, activeNetParams.Params)
|
|
||||||
return err
|
|
||||||
}
|
|
||||||
|
|
||||||
// Enable http profiling server if requested.
|
// Enable http profiling server if requested.
|
||||||
if cfg.Profile != "" {
|
if cfg.Profile != "" {
|
||||||
go func() {
|
go func() {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user