diff options
author | Florian Dold <florian@dold.me> | 2022-02-02 23:44:36 +0100 |
---|---|---|
committer | Florian Dold <florian@dold.me> | 2022-02-03 01:35:21 +0100 |
commit | f5ff4afae6a0a1a6cc006a97b529429c539e7a17 (patch) | |
tree | 3af81cc5fa1da96621d97714a6fd0a48289f532b /packages/taler-wallet-cli/src/integrationtests/test-fee-regression.ts | |
parent | 003ba5e91bb016caa1d068805723edc3e15f4d30 (diff) |
clause schnorr
Diffstat (limited to 'packages/taler-wallet-cli/src/integrationtests/test-fee-regression.ts')
-rw-r--r-- | packages/taler-wallet-cli/src/integrationtests/test-fee-regression.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/taler-wallet-cli/src/integrationtests/test-fee-regression.ts b/packages/taler-wallet-cli/src/integrationtests/test-fee-regression.ts index d3ff89ae4..aee9fffa0 100644 --- a/packages/taler-wallet-cli/src/integrationtests/test-fee-regression.ts +++ b/packages/taler-wallet-cli/src/integrationtests/test-fee-regression.ts @@ -76,6 +76,7 @@ export async function createMyTestkudosEnvironment( await bank.pingUntilAvailable(); const coinCommon = { + cipher: "RSA" as const, durationLegal: "3 years", durationSpend: "2 years", durationWithdraw: "7 days", |