change 'k' for 'ntxid'

This commit is contained in:
Manuel Araoz 2014-06-18 09:07:32 -03:00
commit 1457764930
2 changed files with 52 additions and 52 deletions

View file

@ -256,5 +256,5 @@ TxProposals.prototype.getUsedUnspent = function(maxRejectCount) {
return ret;
};
TxProposals.TxProposal = TxProposal;
module.exports = require('soop')(TxProposals);