diff --git a/doc/api/wallet_owner_api.md b/doc/api/wallet_owner_api.md index 70562de08..25c26f580 100644 --- a/doc/api/wallet_owner_api.md +++ b/doc/api/wallet_owner_api.md @@ -108,7 +108,7 @@ Attempt to update and retrieve outputs. * **Success Response:** * **Code:** 200 - * **Content:** Array of + * **Content:** All listed amounts in nanogrin. Array of | Field | Type | Description | |:----------------------------------|:---------|:----------------------------------------| @@ -341,7 +341,7 @@ Send a transaction either directly by http or file (then display the slate) | Field | Type | Description | |:------------------------------|:---------|:-------------------------------------| - | amount | number | Amount to send | + | amount | number | Amount to send (in nanogrin) | | minimum_confirmations | number | Minimum confirmations | | method | string | Payment method | | dest | string | Destination url |