commit 9668e2e4fb36a0258ac4bcc18cba63be72e1e11c parent c787e28e842a8ec538041df68d7d195cc7be9485 Author: Christian Grothoff <grothoff@gnunet.org> Date: Fri, 5 Nov 2021 17:07:11 +0100 fix typo Diffstat:
| M | src/util/denom.c | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/util/denom.c b/src/util/denom.c @@ -160,7 +160,7 @@ TALER_blinding_secret_create (struct TALER_BlindingSecret *bs, memset (bs, 0, sizeof (*bs)); - switch (bs->cipher) + switch (cipher) { case TALER_DENOMINATION_INVALID: return GNUNET_OK;