aboutsummaryrefslogtreecommitdiff
path: root/packages/taler-wallet-cli/src/integrationtests/test-revocation.ts
diff options
context:
space:
mode:
authorFlorian Dold <florian@dold.me>2022-02-02 23:44:36 +0100
committerFlorian Dold <florian@dold.me>2022-02-03 01:35:21 +0100
commitf5ff4afae6a0a1a6cc006a97b529429c539e7a17 (patch)
tree3af81cc5fa1da96621d97714a6fd0a48289f532b /packages/taler-wallet-cli/src/integrationtests/test-revocation.ts
parent003ba5e91bb016caa1d068805723edc3e15f4d30 (diff)
downloadwallet-core-f5ff4afae6a0a1a6cc006a97b529429c539e7a17.tar.xz
clause schnorr
Diffstat (limited to 'packages/taler-wallet-cli/src/integrationtests/test-revocation.ts')
-rw-r--r--packages/taler-wallet-cli/src/integrationtests/test-revocation.ts3
1 files changed, 2 insertions, 1 deletions
diff --git a/packages/taler-wallet-cli/src/integrationtests/test-revocation.ts b/packages/taler-wallet-cli/src/integrationtests/test-revocation.ts
index 87c4d958b..bf35b5382 100644
--- a/packages/taler-wallet-cli/src/integrationtests/test-revocation.ts
+++ b/packages/taler-wallet-cli/src/integrationtests/test-revocation.ts
@@ -27,7 +27,7 @@ import {
setupDb,
BankService,
delayMs,
- getPayto
+ getPayto,
} from "../harness/harness.js";
import {
withdrawViaBank,
@@ -97,6 +97,7 @@ async function createTestEnvironment(
await bank.pingUntilAvailable();
const coin_u1: CoinConfig = {
+ cipher: "RSA" as const,
durationLegal: "3 years",
durationSpend: "2 years",
durationWithdraw: "7 days",