commit cc9b93464e3082089d95a8da18fc6555d7d81f2a
parent 0ed40324f26021d1cdfe82a9a72d977e72a24e9a
Author: Florian Dold <florian.dold@gmail.com>
Date: Wed, 8 Jan 2020 14:28:06 +0100
fix copy and paste error
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/core/api-wire-plugin-bank.rst b/core/api-wire-plugin-bank.rst
@@ -68,7 +68,7 @@ Making Transactions
.. ts:def:: TransactionRequest
- interface TransactionResponse {
+ interface TransactionRequest {
// Nonce to make the request idempotent. Requests with the same
// transaction_uid that differ in any of the other fields
// are rejected.