mirror of
https://github.com/IT4Change/gradido.git
synced 2026-02-06 09:56:05 +00:00
Update backend/src/graphql/resolver/util/processXComSendCoins.ts
Co-authored-by: einhornimmond <dario.rekowski@gmx.de>
This commit is contained in:
parent
c3bc7182b7
commit
ee8498daf3
@ -174,7 +174,7 @@ export async function processXComCommittingSendCoins(
|
||||
logger.debug(`X-Com: ready for settleSendCoins with args=`, args)
|
||||
const acknoleged = await client.settleSendCoins(args)
|
||||
logger.debug(`X-Com: returnd from settleSendCoins:`, acknoleged)
|
||||
if (acknoleged) {
|
||||
if (acknowledge) {
|
||||
// settle the pending transaction on receiver-side was successfull, so now settle the sender side
|
||||
try {
|
||||
await settlePendingSenderTransaction(senderCom, sender, pendingTx)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user