addressbook \& tx working again

This commit is contained in:
Matias Alejo Garcia 2014-11-23 16:31:08 -03:00
commit f3f9ca3e33
5 changed files with 14 additions and 27 deletions

View file

@ -208,9 +208,6 @@ Network.prototype._onMessage = function(enc) {
return;
}
log.info('Network message: ', payload.type);
log.debug('Message payload:', payload);
var self = this;
switch (payload.type) {
case 'hello':