summaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
authorThien-Thi Nguyen <ttn@gnuvola.org>2021-03-19 13:39:06 -0400
committerThien-Thi Nguyen <ttn@gnuvola.org>2021-03-19 13:39:06 -0400
commitf8cc7b6bc3783a8e63cab41bd762f96d716fc383 (patch)
treea2755f9fce41641e5c75ed225b331d83cb943687 /core
parent594de997f1e560b56896f051ee5f68bbae6197aa (diff)
downloaddocs-f8cc7b6bc3783a8e63cab41bd762f96d716fc383.tar.gz
docs-f8cc7b6bc3783a8e63cab41bd762f96d716fc383.tar.bz2
docs-f8cc7b6bc3783a8e63cab41bd762f96d716fc383.zip
add missing trailing semicolon
Diffstat (limited to 'core')
-rw-r--r--core/api-wire.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/api-wire.rst b/core/api-wire.rst
index bb86c81b..96280c5c 100644
--- a/core/api-wire.rst
+++ b/core/api-wire.rst
@@ -317,7 +317,7 @@ exposed by bank gateways in production.
// Reserve public key that is included in the wire transfer details
// to identify the reserve that is being topped up.
- reserve_pub: EddsaPublicKey
+ reserve_pub: EddsaPublicKey;
// Account (as payto URI) that makes the wire transfer to the exchange.
// Usually this account must be created by the test harness before this API is