summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Dold <florian@dold.me>2023-04-04 15:41:58 +0200
committerFlorian Dold <florian@dold.me>2023-04-04 15:41:58 +0200
commitec36a2cfe8a5f83b21e5f36abb0a281a123dca22 (patch)
treea41d1daf5e070f4b4b9357e5648c146edf0af44e
parent06acefdbc755afcad14a02202b674f7b68b9b78c (diff)
downloaddocs-ec36a2cfe8a5f83b21e5f36abb0a281a123dca22.tar.gz
docs-ec36a2cfe8a5f83b21e5f36abb0a281a123dca22.tar.bz2
docs-ec36a2cfe8a5f83b21e5f36abb0a281a123dca22.zip
update wallet-core API docs
-rw-r--r--wallet/wallet-core.md4
1 files 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"
```