use proper enum value for error code on signature parsing in wire plugin
This commit is contained in:
parent
d86a6615cc
commit
1c725c055e
@ -307,7 +307,7 @@ test_wire_validate (void *cls,
|
|||||||
sizeof (sig)))
|
sizeof (sig)))
|
||||||
{
|
{
|
||||||
GNUNET_break (0);
|
GNUNET_break (0);
|
||||||
return GNUNET_SYSERR;
|
return TALER_EC_DEPOSIT_INVALID_WIRE_FORMAT_SIGNATURE;
|
||||||
}
|
}
|
||||||
if (GNUNET_OK !=
|
if (GNUNET_OK !=
|
||||||
GNUNET_CRYPTO_eddsa_verify (TALER_SIGNATURE_MASTER_TEST_DETAILS,
|
GNUNET_CRYPTO_eddsa_verify (TALER_SIGNATURE_MASTER_TEST_DETAILS,
|
||||||
|
Loading…
Reference in New Issue
Block a user