taler-docs

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

commit fd0e5260107f6c418659808b2620484332afd774
parent f921a9a423c31258d3f56535e71338b56d91cc38
Author: Marcello Stanisci <stanisci.m@gmail.com>
Date:   Fri,  8 Dec 2017 14:08:14 +0100

names consistency

Diffstat:
Mapi-bank.rst | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/api-bank.rst b/api-bank.rst @@ -45,9 +45,9 @@ request. // Timestamp related to the transaction being made. timestamp: Timestamp; - // Serial id identifying the transaction in the bank's + // Row id number identifying the transaction in the bank's // database. - serial_id: number; + row_id: number; } .. _BankDepositRequest: