commit 85bf438809488f552d639fd04e13989a74a6cb95 parent 48611f18bd748d4fce4ac04b99413d6b25020e98 Author: MS <ms@taler.net> Date: Thu, 3 Dec 2020 16:01:39 +0100 fix rendering Diffstat:
| M | libeufin/api-nexus.rst | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git 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[]; }; }