From d417bb41e8e594ed196b6a6760ae83da6c17576e Mon Sep 17 00:00:00 2001 From: Moriz Wahl Date: Mon, 22 May 2023 12:27:02 +0200 Subject: [PATCH] refactor(backend): remove to do after creating issue --- backend/src/graphql/resolver/TransactionResolver.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/backend/src/graphql/resolver/TransactionResolver.ts b/backend/src/graphql/resolver/TransactionResolver.ts index 04f636b5a..40e9ec2dd 100644 --- a/backend/src/graphql/resolver/TransactionResolver.ts +++ b/backend/src/graphql/resolver/TransactionResolver.ts @@ -322,8 +322,6 @@ export class TransactionResolver { throw new LogError('Amount to send must be positive', amount) } - // TODO this is subject to replay attacks - // --- WHY? const senderUser = getUser(context) // validate recipient user