Workflow updating files of flopay

This commit is contained in:
RanchiMall Dev 2024-10-06 07:37:19 +00:00
parent b359bb5124
commit ca6632da62

View File

@ -671,7 +671,6 @@
btcOperator.sendTx = function (senders, privkeys, receivers, amounts, fee = null, options = {}) {
return new Promise((resolve, reject) => {
createSignedTx(senders, privkeys, receivers, amounts, fee, options).then(result => {
debugger;
broadcastTx(result.transaction.serialize())
.then(txid => resolve(txid))
.catch(error => reject(error));