Add user comment to transaction propossal

This commit is contained in:
Yemel Jardi 2014-06-13 10:33:30 -03:00
commit bcbb6b54d1
8 changed files with 93 additions and 15 deletions

View file

@ -80,7 +80,7 @@ for (var n = 1; n <= N_LIMIT; n++) {
'amount': 10.0,
'confirmations': 2
}];
var ntxid = w.createTxSync(toAddress, amount, utxos);
var ntxid = w.createTxSync(toAddress, amount, null, utxos);
var txp = w.txProposals.txps[ntxid];
var signTx = function(pk, cb) {