show label and comment in view

This commit is contained in:
Ivan Socolsky 2014-10-23 12:33:55 -03:00 committed by Matias Alejo Garcia
commit ccb138f605
4 changed files with 9 additions and 8 deletions

View file

@ -2163,10 +2163,10 @@ describe('Wallet model', function() {
}]);
w.getTxProposals = sinon.stub().returns([{
ntxid: 'id0',
sentTxid: 'id0',
comment: 'My comment',
}, {
ntxid: 'id1',
sentTxid: 'id1',
comment: 'Another comment',
}]);
w.getTransactionHistory(function(err, res) {