diff options
author | Thien-Thi Nguyen <ttn@gnuvola.org> | 2021-03-19 14:26:37 -0400 |
---|---|---|
committer | Thien-Thi Nguyen <ttn@gnuvola.org> | 2021-03-19 14:26:37 -0400 |
commit | af19404f01ecb1ce7915b35aee791f418f4b9636 (patch) | |
tree | 3ed50b2366c7a0bcfa46dac7e218238a8ac69b6d /core | |
parent | a8da2912331146857f90b11597942878c485487c (diff) | |
download | docs-af19404f01ecb1ce7915b35aee791f418f4b9636.tar.gz docs-af19404f01ecb1ce7915b35aee791f418f4b9636.tar.bz2 docs-af19404f01ecb1ce7915b35aee791f418f4b9636.zip |
change markup of ‘payto’ from ' to ``
Diffstat (limited to 'core')
-rw-r--r-- | core/api-bank-integration.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/api-bank-integration.rst b/core/api-bank-integration.rst index 0d80c6e8..e9b5d73d 100644 --- a/core/api-bank-integration.rst +++ b/core/api-bank-integration.rst @@ -136,7 +136,7 @@ for the withdrawal operation (the ``wopid``) to interact with the withdrawal ope // Reserve public key. reserve_pub: string; - // Exchange bank details specified in the 'payto' + // Exchange bank details specified in the ``payto`` // format. NOTE: this field is optional, therefore // the bank will initiate the withdrawal with the // default exchange, if not given. |