fix more tests

This commit is contained in:
Manuel Araoz 2014-08-19 17:31:40 -04:00
commit 043fb16d64
2 changed files with 4 additions and 12 deletions

View file

@ -350,7 +350,7 @@ Network.prototype.send = function(dest, payload, cb) {
var self = this;
if (!dest) {
defst = this.getCopayerIds();
dest = this.getCopayerIds();
payload.isBroadcast = 1;
}