Skip to content
This repository was archived by the owner on Mar 6, 2024. It is now read-only.

Commit 05aa33a

Browse files
author
Miyako Jones
committed
Reverted sendFunds function call to non-delayed version.
1 parent 5a35cb2 commit 05aa33a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1706,7 +1706,7 @@ ipcMain.on('sendPromotionalFunds', (event, args) => {
17061706
apiCallbackCounter: 0
17071707
})
17081708

1709-
delayedCall.create(global.explorerFunctionDelay, smartcashapi.sendFunds, {referrer: "sendPromotionalFunds", projectIndex: index, projectID: global.availableProjects.list[index].id, projectName: global.availableProjects.list[index].name, amtToSend: totalAmtToSend, amtPerWallet: amtPerWallet, fromAddr: args.fromAddr, fromPK: args.fromPK, toAddr: toAddr}, apiCallback)
1709+
smartcashapi.sendFunds({referrer: "sendPromotionalFunds", projectIndex: index, projectID: global.availableProjects.list[index].id, projectName: global.availableProjects.list[index].name, amtToSend: totalAmtToSend, amtPerWallet: amtPerWallet, fromAddr: args.fromAddr, fromPK: args.fromPK, toAddr: toAddr}, apiCallback)
17101710
})
17111711

17121712
// set which function opened a modal/dialog

0 commit comments

Comments
 (0)