doc: update owner_api post_tx call (#2035)

* doc: update owner_api post_tx call

* doc: make it even clearer that finalize doesn't broadcasts
This commit is contained in:
Onefox 2018-11-28 17:52:55 +01:00 committed by Yeastplume
parent fdb0197ef9
commit 7354344879

View file

@ -11,6 +11,7 @@
1. [POST Issue Send Tx](#post-issue-send-tx) 1. [POST Issue Send Tx](#post-issue-send-tx)
1. [POST Finalize Tx](#post-finalize-tx) 1. [POST Finalize Tx](#post-finalize-tx)
1. [POST Cancel Tx](#post-cancel-tx) 1. [POST Cancel Tx](#post-cancel-tx)
1. [POST Post Tx](#post-post-tx)
1. [POST Issue Burn Tx](#post-issue-burn-tx) 1. [POST Issue Burn Tx](#post-issue-burn-tx)
## Wallet Owner Endpoint ## Wallet Owner Endpoint
@ -408,7 +409,7 @@ Send a transaction either directly by http or file (then display the slate)
### POST Finalize Tx ### POST Finalize Tx
Sender finalization of the transaction. Takes the slate returned by the sender as well as the private file generate on the first send step. Sender finalization of the transaction. Takes the slate returned by the sender as well as the private file generate on the first send step.
Builds the complete transaction and sends it to a grin node for propagation. Builds the complete transaction but will **not** sends it to a grin node for propagation. Use [POST Post Tx](#post-post-tx) for that.
* **URL** * **URL**
@ -567,7 +568,8 @@ Push new transaction to the connected node transaction pool. Add `?fluff` at the
* **URL** * **URL**
/v1/wallet/owner/post_tx * /v1/wallet/owner/post_tx
* /v1/wallet/owner/post_tx?fluff
* **Method:** * **Method:**
@ -575,7 +577,9 @@ Push new transaction to the connected node transaction pool. Add `?fluff` at the
* **URL Params** * **URL Params**
None **Optional:**
`fluff` to bypass Dandelion relay
* **Data Params** * **Data Params**