lnd: remove interactive shell

This commit is contained in:
Olaoluwa Osuntokun 2016-10-27 19:54:38 -07:00
parent 422336480e
commit ac43de94f6
No known key found for this signature in database
GPG Key ID: 9CC5B105D03521A2
1 changed files with 0 additions and 5 deletions

5
lnd.go
View File

@ -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() {