summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--packages/taler-util/src/http-client/officer-account.ts2
1 files changed, 1 insertions, 1 deletions
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(