From 1f9863d51c23ee39aa27702dc38715149a6e76f9 Mon Sep 17 00:00:00 2001 From: Marcello Stanisci Date: Mon, 6 Apr 2020 17:11:40 +0200 Subject: address typo --- core/api-wire.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'core') 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. -- cgit v1.2.3