From 7678aceddfd3e6af01632e2123f068457ee5164e Mon Sep 17 00:00:00 2001 From: Mark Renten <42224876+rentenmark@users.noreply.github.com> Date: Mon, 11 Mar 2019 18:58:08 -0400 Subject: [PATCH] Specify grin or nanogrins in API docs where applicable (#2642) --- doc/api/wallet_owner_api.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 |