diff options
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; |