From 73543448797a865ba5a08cfd82a5317629d33f3f Mon Sep 17 00:00:00 2001 From: Onefox Date: Wed, 28 Nov 2018 17:52:55 +0100 Subject: [PATCH] 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 --- doc/api/wallet_owner_api.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/doc/api/wallet_owner_api.md b/doc/api/wallet_owner_api.md index 3da38757..8867bb22 100644 --- a/doc/api/wallet_owner_api.md +++ b/doc/api/wallet_owner_api.md @@ -11,6 +11,7 @@ 1. [POST Issue Send Tx](#post-issue-send-tx) 1. [POST Finalize Tx](#post-finalize-tx) 1. [POST Cancel Tx](#post-cancel-tx) + 1. [POST Post Tx](#post-post-tx) 1. [POST Issue Burn Tx](#post-issue-burn-tx) ## Wallet Owner Endpoint @@ -408,7 +409,7 @@ Send a transaction either directly by http or file (then display the slate) ### 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. -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** @@ -567,7 +568,8 @@ Push new transaction to the connected node transaction pool. Add `?fluff` at the * **URL** - /v1/wallet/owner/post_tx + * /v1/wallet/owner/post_tx + * /v1/wallet/owner/post_tx?fluff * **Method:** @@ -575,7 +577,9 @@ Push new transaction to the connected node transaction pool. Add `?fluff` at the * **URL Params** - None + **Optional:** + + `fluff` to bypass Dandelion relay * **Data Params**