We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f7188c commit 0c5b074Copy full SHA for 0c5b074
dashtx.js
@@ -687,7 +687,7 @@ var DashTx = ("object" === typeof module && exports) || {};
687
* or the largest available coins until that total is met.
688
*/
689
//@ts-ignore - TODO update typedefs
690
- Tx.createLegacyTx = async function (coins, outputs, changeOutput) {
+ Tx.createLegacyTx = function (coins, outputs, changeOutput) {
691
// TODO bump to 4 for DIP: enforce tx hygiene
692
let version = CURRENT_VERSION;
693
0 commit comments