From f8cc7b6bc3783a8e63cab41bd762f96d716fc383 Mon Sep 17 00:00:00 2001 From: Thien-Thi Nguyen Date: Fri, 19 Mar 2021 13:39:06 -0400 Subject: add missing trailing semicolon --- core/api-wire.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core/api-wire.rst') 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 -- cgit v1.2.3