maidsafe-archive / sentinel

p2p group based consensus
Other
13 stars 11 forks source link

add_keys accepts keys from unknown senders #20

Open mmoadeli opened 9 years ago

mmoadeli commented 9 years ago

add_keys in sentinel accept the keys from unknown senders. I think it should only accept keys from those who are sent by nodes which their public keys are sent by others. what I try to say, is that if the public key of a source is not sent by any other nodes, keys sent from him should not be accepted

benjaminbollen commented 9 years ago

that s a valid remark