From ec36a2cfe8a5f83b21e5f36abb0a281a123dca22 Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Tue, 4 Apr 2023 15:41:58 +0200 Subject: update wallet-core API docs --- wallet/wallet-core.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wallet/wallet-core.md b/wallet/wallet-core.md index 9124c092..4fba3c8b 100644 --- a/wallet/wallet-core.md +++ b/wallet/wallet-core.md @@ -1980,11 +1980,11 @@ export type RunIntegrationTestOp = { * of the exchange and merchant. */ export type RunIntegrationTestV2Op = { - op: WalletApiOperation.RunIntegrationTest; + op: WalletApiOperation.RunIntegrationTestV2; request: IntegrationTestArgs; response: EmptyObject; }; -// RunIntegrationTest = "runIntegrationTest" +// RunIntegrationTestV2 = "runIntegrationTestV2" ``` -- cgit v1.2.3