commit 443892ceaaea5e0997814da89ceb13ee633dabd2
parent 029d66b90022988d5ac02535a0a195efb40d8afa
Author: Thien-Thi Nguyen <ttn@gnuvola.org>
Date: Fri, 19 Mar 2021 14:07:46 -0400
remove spurious space
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/core/api-auditor.rst b/core/api-auditor.rst
@@ -170,7 +170,7 @@ paid out first.
// How much time does the merchant have to issue a refund
// request? Zero if refunds are not allowed.
- refund_deadline : Timestamp;
+ refund_deadline: Timestamp;
// Amount to be deposited, excluding fee. Calculated from the
// amount with fee and the fee from the deposit request.