un-commenting the broadcast in sendTx
This commit is contained in:
parent
22b5f58b23
commit
c3f28423d3
@ -2759,10 +2759,10 @@
|
||||
new Set(wif_keys).forEach(key => console.debug("Signing key:", key, tx.sign(key, 1 /*sighashtype*/ ))); //Sign the tx using private key WIF
|
||||
|
||||
console.debug("Signed:", tx.serialize());
|
||||
//debugger;
|
||||
//broadcast(tx.serialize())
|
||||
// .then(result => resolve(result))
|
||||
// .catch(error => reject(error));
|
||||
debugger;
|
||||
broadcast(tx.serialize())
|
||||
.then(result => resolve(result))
|
||||
.catch(error => reject(error));
|
||||
}).catch(error => reject(error))
|
||||
})
|
||||
};
|
||||
|
||||
Loading…
Reference in New Issue
Block a user