diff options
author | Florian Dold <florian@dold.me> | 2021-01-16 20:20:18 +0100 |
---|---|---|
committer | Florian Dold <florian@dold.me> | 2021-01-16 20:20:18 +0100 |
commit | f55c66954f8fae37774d49d7a0ff9474ebe4260b (patch) | |
tree | 65b822d0b1347167f727afe7423f0083f67f0884 | |
parent | f30c62024ff097cd116e9421d4c0583682f6eb1d (diff) | |
download | docs-f55c66954f8fae37774d49d7a0ff9474ebe4260b.tar.gz docs-f55c66954f8fae37774d49d7a0ff9474ebe4260b.tar.bz2 docs-f55c66954f8fae37774d49d7a0ff9474ebe4260b.zip |
remove unnecessary scheduling param
-rw-r--r-- | libeufin/api-nexus.rst | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/libeufin/api-nexus.rst b/libeufin/api-nexus.rst index 7f08309..96cdbef 100644 --- 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? } |