fix typo: s/row_id/rowid/

This commit is contained in:
Thien-Thi Nguyen 2021-11-20 06:09:42 -05:00
parent 935c2d4e62
commit 2c8bd158d9
No known key found for this signature in database
GPG Key ID: 670322244C807502

View File

@ -760,7 +760,7 @@ cb_wt_check (void *cls,
const struct TALER_Amount *coin_value, const struct TALER_Amount *coin_value,
const struct TALER_Amount *coin_fee) const struct TALER_Amount *coin_fee)
{ {
(void) row_id; (void) rowid;
(void) denom_pub; (void) denom_pub;
GNUNET_assert (cls == &cb_wt_never); GNUNET_assert (cls == &cb_wt_never);
GNUNET_assert (0 == GNUNET_memcmp (merchant_pub, GNUNET_assert (0 == GNUNET_memcmp (merchant_pub,