summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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.