diff options
author | Thien-Thi Nguyen <ttn@gnuvola.org> | 2021-03-19 13:30:10 -0400 |
---|---|---|
committer | Thien-Thi Nguyen <ttn@gnuvola.org> | 2021-03-19 13:30:10 -0400 |
commit | ea10cd15f63aef90672357217439e9ee7a6803f7 (patch) | |
tree | 047da7d60833cc802f1caa203442d9e5971c9749 /core/api-wire.rst | |
parent | 4cd4f0e8392019f9e37e599aff301439143fc250 (diff) | |
download | docs-ea10cd15f63aef90672357217439e9ee7a6803f7.tar.gz docs-ea10cd15f63aef90672357217439e9ee7a6803f7.tar.bz2 docs-ea10cd15f63aef90672357217439e9ee7a6803f7.zip |
add noun: "ID"
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 76f42f9..c0e7cd8 100644 --- a/core/api-wire.rst +++ b/core/api-wire.rst @@ -77,7 +77,7 @@ Making Transactions // time period a transaction belongs to). timestamp: Timestamp; - // Opaque of the transaction that the bank has made. + // Opaque ID of the transaction that the bank has made. row_id: SafeUint64; } |