commit 37b3542c106a9e5074a840f740dddaaf06add874 parent 5176284e6ab04c8650d4de5e09f229c0217199bb Author: Thien-Thi Nguyen <ttn@gnuvola.org> Date: Wed, 17 Mar 2021 06:46:39 -0400 fold long line; add missing trailing semicolon Diffstat:
| M | core/api-merchant.rst | | | 3 | ++- |
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/core/api-merchant.rst b/core/api-merchant.rst @@ -2147,7 +2147,8 @@ Informing the backend about incoming wire transfers .. ts:def:: ExchangeConflictDetails - type ExchangeConflictDetails = WireFeeConflictDetails | TrackTransferConflictDetails + type ExchangeConflictDetails = WireFeeConflictDetails | + TrackTransferConflictDetails; .. ts:def:: WireFeeConflictDetails