removing pubkey update

This commit is contained in:
afeiszli
2021-07-26 17:57:50 +00:00
parent b35cac8c5e
commit 037271f0aa
9 changed files with 19 additions and 7 deletions

View File

@@ -473,7 +473,6 @@ func GetNodeByMacAddress(network string, macaddress string) (models.Node, error)
}
record, err := database.FetchRecord(database.NODES_TABLE_NAME, key)
log.Println("RECORD:",record)
if err != nil {
return models.Node{}, err
}