remove alert

This commit is contained in:
Manuel Araoz 2014-05-28 09:45:50 -03:00
commit 4a279c46c3

View file

@ -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