taler-docs

Documentation for GNU Taler components, APIs and protocols
Log | Files | Refs | README | LICENSE

commit a8c62e18e42ec3e2f28c0071eecd093e6aec728a
parent f8cc7b6bc3783a8e63cab41bd762f96d716fc383
Author: Thien-Thi Nguyen <ttn@gnuvola.org>
Date:   Fri, 19 Mar 2021 13:39:45 -0400

add noun: "ID"

Diffstat:
Mcore/api-wire.rst | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/core/api-wire.rst b/core/api-wire.rst @@ -340,6 +340,6 @@ exposed by bank gateways in production. // 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; }