last spelling

This commit is contained in:
Ulf Gebhardt 2022-02-23 23:33:55 +01:00
parent 70c70f45d4
commit 950beeaebc
Signed by: ulfgebhardt
GPG Key ID: DA6B843E748679C9

View File

@ -84,7 +84,6 @@ async function calculateNewBalance(
return newBalance
}
@Resolver()
export class TransactionResolver {
@Authorized([RIGHTS.TRANSACTION_LIST])
@ -342,7 +341,7 @@ export class TransactionResolver {
queryRunner,
)
// Update Balance: recipiant + amount
// Update Balance: recipient + amount
const recipientStateBalance = await updateStateBalance(
recipientUser,
centAmount,