From a889768a2ffaa033ae36e6fc26d78203cfd84569 Mon Sep 17 00:00:00 2001 From: jospaeth Date: Fri, 4 Sep 2020 21:08:25 +0200 Subject: fix implementation of escrow STATUS --- src/include/gnunet_escrow_lib.h | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'src/include/gnunet_escrow_lib.h') diff --git a/src/include/gnunet_escrow_lib.h b/src/include/gnunet_escrow_lib.h index 1ede355d0..864d6356d 100644 --- a/src/include/gnunet_escrow_lib.h +++ b/src/include/gnunet_escrow_lib.h @@ -92,17 +92,18 @@ struct GNUNET_ESCROW_Anchor struct GNUNET_ESCROW_Status { /** - * The time of the last successful escrow. + * The time of the last successful verification. */ - struct GNUNET_TIME_Absolute last_escrow_time; + struct GNUNET_TIME_Absolute last_successful_verification_time; /** - * The time of the next recommended escrow. + * The time of the next recommended verification. */ - struct GNUNET_TIME_Absolute next_recommended_escrow_time; + struct GNUNET_TIME_Absolute next_recommended_verification_time; /** - * The used escrow method. + * The escrow method used for the last escrow of the identity, + * GNUNET_ESCROW_KEY_NONE if no escrow has been performed. */ enum GNUNET_ESCROW_Key_Escrow_Method last_method; }; -- cgit v1.2.3