diff options
author | Thien-Thi Nguyen <ttn@gnuvola.org> | 2021-03-19 13:30:46 -0400 |
---|---|---|
committer | Thien-Thi Nguyen <ttn@gnuvola.org> | 2021-03-19 13:30:46 -0400 |
commit | 9cb7982d166e4cc0e7f83bacca40ddc151b019a5 (patch) | |
tree | 9490d9f55cbafa6d83d6f8239e1d107751831ef0 /core/api-wire.rst | |
parent | ea10cd15f63aef90672357217439e9ee7a6803f7 (diff) | |
download | docs-9cb7982d166e4cc0e7f83bacca40ddc151b019a5.tar.gz docs-9cb7982d166e4cc0e7f83bacca40ddc151b019a5.tar.bz2 docs-9cb7982d166e4cc0e7f83bacca40ddc151b019a5.zip |
mark up ‘transaction_uid’
Diffstat (limited to 'core/api-wire.rst')
-rw-r--r-- | core/api-wire.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/api-wire.rst b/core/api-wire.rst index c0e7cd8..dba597c 100644 --- a/core/api-wire.rst +++ b/core/api-wire.rst @@ -86,7 +86,7 @@ Making Transactions interface TransferRequest { // Nonce to make the request idempotent. Requests with the same - // transaction_uid that differ in any of the other fields + // ``transaction_uid`` that differ in any of the other fields // are rejected. request_uid: HashCode; |