Revert "paypro: prepare for txp refactor. will stay reverted until #1001 is merged."

This reverts commit c826acb3e539c4deb047053fd08a2a5e8fb8f8e8.
This commit is contained in:
Christopher Jeffrey 2014-08-06 11:50:53 -07:00 committed by Manuel Araoz
commit b254dea911
3 changed files with 19 additions and 16 deletions

View file

@ -63,7 +63,7 @@ angular.module('copayApp.controllers').controller('SendController',
function done(ntxid, merchantData) {
if (merchantData && +merchantData.total === 0) {
var txp = w.txProposals.get(ntxid);
var txp = w.txProposals.txps[ntxid];
txp.builder.tx.outs[0].v = bitcore.Bignum(amount + '', 10).toBuffer({
endian: 'little',
size: 1