Skip to content
Snippets Groups Projects
Commit 78789d39 authored by Benjamin Wenger's avatar Benjamin Wenger
Browse files

continued work

parent 4adb5fe8
No related branches found
No related tags found
No related merge requests found
......@@ -11,3 +11,5 @@ type Manager struct{
privKey *
}
func NewManager()
......@@ -14,14 +14,14 @@ type removeFactComms interface{
}
func (m *Manager)RemoveFact(fact contact.Fact)error{
return m.removeFact(fact,m.comms)
return nil//m.removeFact(fact,m.comms)
}
func (m *Manager)removeFact(fact contact.Fact, SendDeleteMessage removeFactComms)error {
//digest the fact
fact.Stringify()
//sign the fact
rsa.Sign()
//rsa.Sign()
//constuct the message
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment