remove alert
This commit is contained in:
parent
60e4be4d6a
commit
4a279c46c3
1 changed files with 0 additions and 1 deletions
|
|
@ -460,7 +460,6 @@ Wallet.prototype.sendTx = function(ntxid, cb) {
|
|||
|
||||
var scriptSig = tx.ins[0].getScript();
|
||||
var size = scriptSig.serialize().length;
|
||||
alert('\t scriptSig size: '+size);
|
||||
|
||||
var txHex = tx.serialize().toString('hex');
|
||||
this.log('[Wallet.js.261:txHex:]', txHex); //TODO
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue