From 4d4ef3f6d42ce743d3735d4b4088b38c4042805f Mon Sep 17 00:00:00 2001 From: Sebastian Date: Wed, 27 Dec 2023 16:09:08 -0300 Subject: add purpose --- packages/taler-util/src/http-client/officer-account.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'packages/taler-util/src/http-client/officer-account.ts') diff --git a/packages/taler-util/src/http-client/officer-account.ts b/packages/taler-util/src/http-client/officer-account.ts index 76477f398..2c096b651 100644 --- a/packages/taler-util/src/http-client/officer-account.ts +++ b/packages/taler-util/src/http-client/officer-account.ts @@ -63,7 +63,7 @@ export async function createNewOfficerAccount( const localRnd = getRandomBytesF(24) const mergedRnd: EncryptionNonce = extraNonce ? - kdf(24, extraNonce, localRnd) : + kdf(24, stringToBytes("aml-officer"), extraNonce, localRnd) : localRnd; const protectedPrivKey = await encryptWithDerivedKey( -- cgit v1.2.3