show label and comment in view
This commit is contained in:
parent
d44b56d564
commit
ccb138f605
4 changed files with 9 additions and 8 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue