fix test env variables

This commit is contained in:
Matias Alejo Garcia 2014-01-10 16:59:20 -03:00
parent 7cde88ddce
commit 742adf6186
1 changed files with 1 additions and 1 deletions

View File

@ -46,10 +46,10 @@ TransactionSchema.statics.fromId = function(txid, cb) {
}).exec(cb);
};
TransactionSchema.statics.fromIdWithInfo = function(txid, cb) {
// TODO Should we go to mongoDB first? Now, no extra information is stored at mongo.
this.fromId(txid, function(err, tx) {
if (err) return cb(err);