diff --git a/doc/api/wallet_owner_api.md b/doc/api/wallet_owner_api.md index 3da387570..8867bb221 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**