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.
|
||||
ltndLog.Infof("Version %s", version())
|
||||
|
||||
if cfg.SPVMode == true {
|
||||
shell(cfg.SPVHostAdr, activeNetParams.Params)
|
||||
return err
|
||||
}
|
||||
|
||||
// Enable http profiling server if requested.
|
||||
if cfg.Profile != "" {
|
||||
go func() {
|
||||
|
Loading…
Reference in New Issue
Block a user