From 3ac93e8ed68bd109ac49e0ed01f5fa2a105f97c8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zoe=20Faltib=C3=A0?= Date: Wed, 27 Nov 2024 15:08:24 +0100 Subject: [PATCH] openapi: fix SendAssetRequest transport_endpoints example --- openapi.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openapi.yaml b/openapi.yaml index 34481e9..8c23339 100644 --- a/openapi.yaml +++ b/openapi.yaml @@ -1938,7 +1938,7 @@ components: type: array items: type: string - example: rpcs://proxy.iriswallet.com/0.2/json-rpc + example: rpc://127.0.0.1:3000/json-rpc skip_sync: type: boolean example: false