Specify grin or nanogrins in API docs where applicable (#2642)

This commit is contained in:
Mark Renten 2019-03-11 18:58:08 -04:00 committed by Ignotus Peverell
parent c0880443c0
commit 7678aceddf

View file

@ -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 |