commit f8cc7b6bc3783a8e63cab41bd762f96d716fc383
parent 594de997f1e560b56896f051ee5f68bbae6197aa
Author: Thien-Thi Nguyen <ttn@gnuvola.org>
Date: Fri, 19 Mar 2021 13:39:06 -0400
add missing trailing semicolon
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git 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