mirror of
https://github.com/minibits-cash/minibits_wallet.git
synced 2026-08-12 01:17:43 +00:00
Send large ecash tokens in batches, performance improvements for large wallets.
This commit is contained in:
@@ -1060,7 +1060,7 @@ const getPendingAmount = function () {
|
||||
}
|
||||
|
||||
|
||||
const deleteTransactionsByStatus = async function (status: TransactionStatus) {
|
||||
const deleteTransactionsByStatus = function (status: TransactionStatus) {
|
||||
try {
|
||||
const query = `
|
||||
DELETE FROM transactions
|
||||
|
||||
Reference in New Issue
Block a user