mirror of
https://github.com/IT4Change/gradido.git
synced 2026-02-06 09:56:05 +00:00
correct writing transactionLinkId on settlePendingSenderTx
This commit is contained in:
parent
8ba0df2f44
commit
0a79bd7a73
@ -92,7 +92,7 @@ export async function settlePendingSenderTransaction(
|
||||
transactionSend.decay = sendBalance.decay.decay // pendingTx.decay
|
||||
transactionSend.decayStart = sendBalance.decay.start // pendingTx.decayStart
|
||||
transactionSend.previous = pendingTx.previous
|
||||
transactionSend.linkedTransactionId = pendingTx.linkedTransactionId
|
||||
transactionSend.transactionLinkId = pendingTx.transactionLinkId
|
||||
await queryRunner.manager.insert(dbTransaction, transactionSend)
|
||||
logger.debug(`send Transaction inserted: ${transactionSend}`)
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user