commit f55c66954f8fae37774d49d7a0ff9474ebe4260b
parent f30c62024ff097cd116e9421d4c0583682f6eb1d
Author: Florian Dold <florian@dold.me>
Date: Sat, 16 Jan 2021 20:20:18 +0100
remove unnecessary scheduling param
Diffstat:
1 file changed, 0 insertions(+), 5 deletions(-)
diff --git a/libeufin/api-nexus.rst b/libeufin/api-nexus.rst
@@ -804,9 +804,4 @@ The ``taler-wire-gateway`` facade has the following configuration:
// Corresponds to whether we trust C52, C53 or C54 (SEPA ICT)
// for incoming transfers.
reserveTransferLevel: "statement" | "report" | "notification";
-
- // Time between incremental requests
- intervalIncremental: string;
-
- // FIXME: maybe more scheduling parameters?
}