commit b6a699c90429e1fb005a81688dea45d93cb491f2 parent 9bad535b7d4b0176eccba6a33ae734eeb6cbb089 Author: Thien-Thi Nguyen <ttn@gnuvola.org> Date: Wed, 17 Mar 2021 06:57:12 -0400 mark up ‘-20’ Diffstat:
| M | core/api-merchant.rst | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/core/api-merchant.rst b/core/api-merchant.rst @@ -2299,7 +2299,7 @@ Querying known wire transfers :query after: *Optional*. Filter for transfers executed after the given timestamp. - :query limit: *Optional*. At most return the given number of results. Negative for descending in execution time, positive for ascending in execution time. Default is -20. + :query limit: *Optional*. At most return the given number of results. Negative for descending in execution time, positive for ascending in execution time. Default is ``-20``. :query offset: *Optional*. Starting transfer_serial_id for an iteration.