Fix signature of function
the build failed Details

This commit is contained in:
Sofía Celi 2019-11-15 21:54:44 +08:00
parent 057b695a22
commit eff9594196
No known key found for this signature in database
GPG Key ID: 008222C3AEE7208A
1 changed files with 1 additions and 1 deletions

View File

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