taler-typescript-core

Wallet core logic and WebUIs for various components
Log | Files | Refs | Submodules | README | LICENSE

commit 4d4ef3f6d42ce743d3735d4b4088b38c4042805f
parent 4e6631071e1f69db697334cccba77e09f393507e
Author: Sebastian <sebasjm@gmail.com>
Date:   Wed, 27 Dec 2023 16:09:08 -0300

add purpose

Diffstat:
Mpackages/taler-util/src/http-client/officer-account.ts | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 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(