Merge #556: doc(api): fix order of params for createspend
11a280bfe4e46031b55259d1ba4963ed4b6f2b8b doc(api): fix order of params for `createspend` (jp1ac4)
Pull request description:
This fixes the documented order of parameters for the `createspend` command.
I also added a full stop to the `destinations` description for consistency.
ACKs for top commit:
darosior:
Thanks! ACK 11a280bfe4e46031b55259d1ba4963ed4b6f2b8b.
Tree-SHA512: bb8778fcb25bb31f883825142e102741592593db22ccfad467b6704767055c67f135b39a5d8b2e3ba9f1e9bf53a422bd82423212c546882a5d302e512718beab
This commit is contained in:
commit
29ab7f30b6
@ -125,8 +125,8 @@ This command will refuse to create any output worth less than 5k sats.
|
|||||||
|
|
||||||
| Field | Type | Description |
|
| 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`. |
|
| `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. |
|
| `feerate` | integer | Target feerate for the transaction, in satoshis per virtual byte. |
|
||||||
|
|
||||||
#### Response
|
#### Response
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user