summaryrefslogtreecommitdiff
path: root/core/api-wire.rst
diff options
context:
space:
mode:
authorMarcello Stanisci <stanisci.m@gmail.com>2020-04-06 17:11:40 +0200
committerMarcello Stanisci <stanisci.m@gmail.com>2020-04-06 17:11:40 +0200
commit1f9863d51c23ee39aa27702dc38715149a6e76f9 (patch)
tree6439451adc9ef192cbcde9ff05000f00ffd7acf0 /core/api-wire.rst
parent59e33c8e609da4c6a8784348bc7b1952ccba8bbb (diff)
downloaddocs-1f9863d51c23ee39aa27702dc38715149a6e76f9.tar.gz
docs-1f9863d51c23ee39aa27702dc38715149a6e76f9.tar.bz2
docs-1f9863d51c23ee39aa27702dc38715149a6e76f9.zip
address typo
Diffstat (limited to 'core/api-wire.rst')
-rw-r--r--core/api-wire.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/core/api-wire.rst b/core/api-wire.rst
index b5f49355..94956ce2 100644
--- a/core/api-wire.rst
+++ b/core/api-wire.rst
@@ -45,7 +45,7 @@ Making Transactions
To make the API idempotent, the client must include a nonce. Requests with the same nonce
are rejected unless the request is the same.
- **Request:** The body of this request must have the format of a `TransactionRequest`.
+ **Request:** The body of this request must have the format of a `TransferRequest`.
**Response:**
@@ -79,9 +79,9 @@ Making Transactions
}
- .. ts:def:: TransactionRequest
+ .. ts:def:: TransferRequest
- interface TransactionRequest {
+ interface TransferRequest {
// Nonce to make the request idempotent. Requests with the same
// transaction_uid that differ in any of the other fields
// are rejected.