Workflow updating files of btcwallet

This commit is contained in:
RanchiMall Dev 2024-01-02 04:28:28 +00:00
parent 8cc864bee4
commit 89faa8c6af
2 changed files with 1 additions and 2 deletions

View File

@ -1119,7 +1119,6 @@
options.sendingTx = true;
return new Promise((resolve, reject) => {
createSignedTx(senders, privkeys, receivers, amounts, fee, options).then(result => {
return
broadcastTx(result.transaction.serialize())
.then(txid => resolve(txid))
.catch(error => reject(error));

File diff suppressed because one or more lines are too long