diff --git a/app/app.go b/app/app.go index b516468..0c6f54d 100644 --- a/app/app.go +++ b/app/app.go @@ -73,7 +73,7 @@ func NewApp(acn connectivity.ACN, appDirectory string) Application { } // CreatePeer creates a new Peer with a given name and core required accessories (eventbus) -func (ac *applicationCore) CreatePeer(name string, password string) (*model.Profile, error) { +func (ac *applicationCore) CreatePeer(name string) (*model.Profile, error) { log.Debugf("CreatePeer(%v)\n", name) profile := storage.NewProfile(name)