fix typo: s/row_id/rowid/
This commit is contained in:
parent
935c2d4e62
commit
2c8bd158d9
@ -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,
|
||||||
|
Loading…
Reference in New Issue
Block a user