summaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
authorFlorian Dold <florian@dold.me>2022-06-03 15:11:22 +0200
committerFlorian Dold <florian@dold.me>2022-06-03 15:11:22 +0200
commita56ad32ef8f5cb5ad558cd9a8a45b842642f2e4b (patch)
tree558aa9c071ab40450865393e1ac812a1fbde5f8f /core
parent556165f148f0ad5b1800d94e3f67cf45698453da (diff)
downloaddocs-a56ad32ef8f5cb5ad558cd9a8a45b842642f2e4b.tar.gz
docs-a56ad32ef8f5cb5ad558cd9a8a45b842642f2e4b.tar.bz2
docs-a56ad32ef8f5cb5ad558cd9a8a45b842642f2e4b.zip
fix extension, breaks in new sphinx/python version otherwise
Diffstat (limited to 'core')
-rw-r--r--core/api-exchange.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/api-exchange.rst b/core/api-exchange.rst
index 8bf3409b..50f75793 100644
--- a/core/api-exchange.rst
+++ b/core/api-exchange.rst
@@ -143,7 +143,7 @@ possibly by using HTTPS.
denoms: Denom[];
// Denominations offered by this exchange
- denominations: DenominationGroup[];
+ denominations: DenomGroup[];
// Denominations for which the exchange currently offers/requests recoup.
recoup: Recoup[];