From 91d9d4251d3b1d0fab1780da73b6969581d22ffe Mon Sep 17 00:00:00 2001 From: jospaeth Date: Sat, 15 Aug 2020 16:23:46 +0200 Subject: begin implementation of gns verify and restore --- src/escrow/escrow_api.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/escrow/escrow_api.c') diff --git a/src/escrow/escrow_api.c b/src/escrow/escrow_api.c index 116cb085d..1c81a7f6e 100644 --- a/src/escrow/escrow_api.c +++ b/src/escrow/escrow_api.c @@ -364,7 +364,7 @@ handle_verify_escrow_result (void *cls) */ struct GNUNET_ESCROW_Operation * GNUNET_ESCROW_verify (struct GNUNET_ESCROW_Handle *h, - const struct GNUNET_IDENTITY_Ego *ego, + struct GNUNET_IDENTITY_Ego *ego, struct GNUNET_ESCROW_Anchor *escrowAnchor, enum GNUNET_ESCROW_Key_Escrow_Method method, GNUNET_ESCROW_VerifyContinuation cb, -- cgit v1.2.3