From 5733aae043238efae13023ef6f209938e63382a4 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Mon, 8 Apr 2024 20:11:25 +0200 Subject: -fix typo --- src/util/crypto_confirmation.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/util') diff --git a/src/util/crypto_confirmation.c b/src/util/crypto_confirmation.c index 5670f5560..99552f150 100644 --- a/src/util/crypto_confirmation.c +++ b/src/util/crypto_confirmation.c @@ -266,7 +266,7 @@ TALER_build_pos_confirmation (const char *pos_key, TALER_amount_is_valid (total) ) ) { GNUNET_break_op (0); - return GNUNET_SYSERR; + return NULL; } TALER_amount_hton (&ntotal, total); -- cgit v1.2.3