Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Specify grin or nanogrins in API docs where applicable #2642

Merged
merged 2 commits into from
Mar 11, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions doc/api/wallet_owner_api.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 |
|:----------------------------------|:---------|:----------------------------------------|
Expand Down Expand Up @@ -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) |
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍 good idea...

| minimum_confirmations | number | Minimum confirmations |
| method | string | Payment method |
| dest | string | Destination url |
Expand Down