New architectural schema with Tor and fixed some typos

This commit is contained in:
kexkey
2020-05-01 08:54:17 -04:00
parent 94144c3218
commit 3991deed16
2 changed files with 2 additions and 2 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 76 KiB

After

Width:  |  Height:  |  Size: 83 KiB

View File

@@ -1764,7 +1764,7 @@ paths:
application/json:
schema:
$ref: '#/components/schemas/ApiResponseTemporarilyUnavailable'
/ls_listpays:
/ln_listpays:
get:
tags:
- "lightning"
@@ -1847,7 +1847,7 @@ paths:
- "lightning"
- "optional features"
summary: "Withdraw funds from c-lightning wallet to an address of choice."
description: "Withdraw outputs from c-lightning wallet to a destination of choice with confirmation targeting fees. Can either supply `saotshi` in SATS (integer), BTC (8 point decimal) or set `all` to true to withdraw all outputs. Please refer to c-lightining documentation on returned payload"
description: "Withdraw outputs from c-lightning wallet to a destination of choice with confirmation targeting fees. Can either supply `satoshi` in SATS (integer), BTC (8 point decimal) or set `all` to true to withdraw all outputs. Please refer to c-lightining documentation on returned payload"
operationId: "LnWithdraw"
requestBody:
description: "Destination address, amounts and fees for withdraw"