From 11a280bfe4e46031b55259d1ba4963ed4b6f2b8b Mon Sep 17 00:00:00 2001 From: jp1ac4 <121959000+jp1ac4@users.noreply.github.com> Date: Fri, 9 Jun 2023 09:11:06 +0100 Subject: [PATCH] doc(api): fix order of params for `createspend` --- doc/API.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/API.md b/doc/API.md index cb66188e..943556cd 100644 --- a/doc/API.md +++ b/doc/API.md @@ -125,8 +125,8 @@ This command will refuse to create any output worth less than 5k sats. | Field | Type | Description | | -------------- | ----------------- | ----------------------------------------------------------------- | +| `destinations` | object | Map from Bitcoin address to value. | | `outpoints` | list of string | List of the coins to be spent, as `txid:vout`. | -| `destinations` | object | Map from Bitcoin address to value | | `feerate` | integer | Target feerate for the transaction, in satoshis per virtual byte. | #### Response