diff options
Diffstat (limited to 'packages/taler-harness/src/integrationtests/test-kyc-peer-pull.ts')
-rw-r--r-- | packages/taler-harness/src/integrationtests/test-kyc-peer-pull.ts | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/taler-harness/src/integrationtests/test-kyc-peer-pull.ts b/packages/taler-harness/src/integrationtests/test-kyc-peer-pull.ts index 2205ee687..0496a51cb 100644 --- a/packages/taler-harness/src/integrationtests/test-kyc-peer-pull.ts +++ b/packages/taler-harness/src/integrationtests/test-kyc-peer-pull.ts @@ -30,7 +30,7 @@ import { } from "@gnu-taler/taler-util"; import { createSyncCryptoApi, - EddsaKeypairStrings, + EddsaKeyPairStrings, WalletApiOperation, } from "@gnu-taler/taler-wallet-core"; import { CoinConfig, defaultCoinConfig } from "../harness/denomStructures.js"; @@ -59,7 +59,7 @@ interface KycTestEnv { exchangeBankAccount: HarnessExchangeBankAccount; walletClient: WalletClient; walletService: WalletService; - amlKeypair: EddsaKeypairStrings; + amlKeypair: EddsaKeyPairStrings; } async function createKycTestkudosEnvironment( |