Add user comment to transaction propossal
This commit is contained in:
parent
fd7eaca46a
commit
bcbb6b54d1
8 changed files with 93 additions and 15 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue