taler-docs

Documentation for GNU Taler components, APIs and protocols
Log | Files | Refs | README | LICENSE

commit 1f9863d51c23ee39aa27702dc38715149a6e76f9
parent 59e33c8e609da4c6a8784348bc7b1952ccba8bbb
Author: Marcello Stanisci <stanisci.m@gmail.com>
Date:   Mon,  6 Apr 2020 17:11:40 +0200

address typo

Diffstat:
Mcore/api-wire.rst | 6+++---
1 file changed, 3 insertions(+), 3 deletions(-)

diff --git 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.