Skip to content

Commit 0c5b074

Browse files
committed
fix: remove mistaken 'async' marker on tx-drafting function
1 parent 1f7188c commit 0c5b074

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dashtx.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -687,7 +687,7 @@ var DashTx = ("object" === typeof module && exports) || {};
687687
* or the largest available coins until that total is met.
688688
*/
689689
//@ts-ignore - TODO update typedefs
690-
Tx.createLegacyTx = async function (coins, outputs, changeOutput) {
690+
Tx.createLegacyTx = function (coins, outputs, changeOutput) {
691691
// TODO bump to 4 for DIP: enforce tx hygiene
692692
let version = CURRENT_VERSION;
693693

0 commit comments

Comments
 (0)