taler-typescript-core

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

commit 2309d9a03c3b40dee6fcfa10147f367d89a81083
parent 93633ac6838e7936e894d15e736ab89942f0f3b3
Author: Florian Dold <florian@dold.me>
Date:   Thu, 14 Jan 2021 18:13:12 +0100

coin name

Diffstat:
Mpackages/taler-wallet-cli/src/integrationtests/test-revocation.ts | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/packages/taler-wallet-cli/src/integrationtests/test-revocation.ts b/packages/taler-wallet-cli/src/integrationtests/test-revocation.ts @@ -66,7 +66,7 @@ export async function runRevocationTest(t: GlobalTestState) { durationSpend: "2 years", durationWithdraw: "7 days", rsaKeySize: 1024, - name: `$TESTKUDOS_u1`, + name: `TESTKUDOS_u1`, value: `TESTKUDOS:1`, feeDeposit: `TESTKUDOS:0`, feeRefresh: `TESTKUDOS:0`,