This commit is contained in:
Quentin Le Sceller 2018-11-13 11:56:48 +01:00
parent 59b0f1b1d7
commit 2ab31d18a3
No known key found for this signature in database
GPG key ID: 76248AC90C33D34F

View file

@ -523,7 +523,8 @@ Roll back a transaction and all associated outputs with a given transaction id T
* **URL** * **URL**
/v1/wallet/owner/cancel_tx?id=x * /v1/wallet/owner/cancel_tx?id=x
* /v1/wallet/owner/cancel_tx?tx_id=x
* **Method:** * **Method:**
@ -532,7 +533,8 @@ Roll back a transaction and all associated outputs with a given transaction id T
* **URL Params** * **URL Params**
**Required:** **Required:**
`id=[number]` * `id=[number]` the transaction id
* `tx_id=[string]`the transaction slate id
* **Data Params** * **Data Params**