From 85bf438809488f552d639fd04e13989a74a6cb95 Mon Sep 17 00:00:00 2001 From: MS Date: Thu, 3 Dec 2020 16:01:39 +0100 Subject: fix rendering --- libeufin/api-nexus.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libeufin/api-nexus.rst b/libeufin/api-nexus.rst index 33e88b21..f47101fd 100644 --- a/libeufin/api-nexus.rst +++ b/libeufin/api-nexus.rst @@ -328,7 +328,7 @@ manages payment initiations of the account and tracks the initiations of payment // FIXME batches: { // list of batched transactions - batchTransactions: [BatchedTransaction] + batchTransactions: BatchedTransaction[]; }; } -- cgit v1.2.3