wallet test passings

This commit is contained in:
Matias Alejo Garcia 2014-08-01 10:51:46 -03:00
commit dc3bbb8859
4 changed files with 23 additions and 70 deletions

View file

@ -135,7 +135,6 @@ Wallet.prototype._handleTxProposal = function(senderId, data) {
try {
mergeInfo = this.txProposals.mergeFromObj(data.txProposal, senderId, Wallet.builderOpts);
} catch (e) {
console.log('[Wallet.js.141]',e); //TODO
var corruptEvent = {
type: 'corrupt',
cId: senderId,