mirror of
https://github.com/minibits-cash/minibits_wallet.git
synced 2026-08-12 09:23:20 +00:00
Option to optimize backup size for big wallets by ecash swap, receive very large ecash tokens in batches
This commit is contained in:
@@ -885,7 +885,7 @@ const updateInputToken = function (id: number, inputToken: string) {
|
||||
const db = getInstance()
|
||||
db.execute(query, params)
|
||||
|
||||
log.debug('[updateInputToken]', 'Transaction outputToken updated', {id, inputToken})
|
||||
log.debug('[updateInputToken]', 'Transaction inputToken updated in database', {id})
|
||||
|
||||
const updatedTx = getTransactionById(id as number)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user