This commit is contained in:
Ulf Gebhardt 2023-03-14 20:08:11 +01:00
parent e8114e4083
commit d790e9cfcf
Signed by: ulfgebhardt
GPG Key ID: DA6B843E748679C9

View File

@ -138,12 +138,7 @@ export const executeTransaction = async (
await queryRunner.commitTransaction()
logger.info(`commit Transaction successful...`)
await EVENT_TRANSACTION_SEND(
sender,
recipient,
transactionSend,
transactionSend.amount,
)
await EVENT_TRANSACTION_SEND(sender, recipient, transactionSend, transactionSend.amount)
await EVENT_TRANSACTION_RECEIVE(
recipient,