* (e.g. DHT poisoning) it would be good to implement some checks if
* the both node owner trust each other (see sub-project 'DSHT').
*/
- $this->getWrapperInstance()->updateNodeEntry($nodeData);
+ $this->getWrapperInstance()->updateNodeEntry($dhtData);
} else {
/*
* Inserts given node data into the DHT. As above, this step does
* currently not perform any security checks.
*/
- $this->getWrapperInstance()->registerNodeByData($nodeData);
+ $this->getWrapperInstance()->registerNodeByData($dhtData);
}
}