mirror of
https://github.com/IT4Change/gradido.git
synced 2026-03-28 05:05:38 +00:00
Merge branch 'master' into fix-elopage-status
This commit is contained in:
commit
37122ee604
@ -263,6 +263,9 @@ export class TransactionResolver {
|
||||
if (recipientUser.deletedAt) {
|
||||
throw new Error('The recipient account was deleted')
|
||||
}
|
||||
if (!recipientUser.emailChecked) {
|
||||
throw new Error('The recipient account is not activated')
|
||||
}
|
||||
if (!isHexPublicKey(recipientUser.pubKey.toString('hex'))) {
|
||||
throw new Error('invalid recipient public key')
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user