aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_escrow_lib.h
diff options
context:
space:
mode:
authorjospaeth <spaethj@in.tum.de>2020-09-02 22:06:43 +0200
committerjospaeth <spaethj@in.tum.de>2020-09-02 22:06:43 +0200
commit199bf34cd82d9998baade7197774bf661e8e2cfd (patch)
treea86d9a1aec85dada6c1bfd23df5ad3d4e584a06d /src/include/gnunet_escrow_lib.h
parentc2a7a669d9c014b86d6e046f7d297fc5556d9fd4 (diff)
downloadgnunet-199bf34cd82d9998baade7197774bf661e8e2cfd.tar.gz
gnunet-199bf34cd82d9998baade7197774bf661e8e2cfd.zip
fix GNUNET_ESCROW_cancel()
Diffstat (limited to 'src/include/gnunet_escrow_lib.h')
-rw-r--r--src/include/gnunet_escrow_lib.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/include/gnunet_escrow_lib.h b/src/include/gnunet_escrow_lib.h
index 64422b1eb..1ede355d0 100644
--- a/src/include/gnunet_escrow_lib.h
+++ b/src/include/gnunet_escrow_lib.h
@@ -225,11 +225,6 @@ struct GNUNET_ESCROW_Operation
225 struct ESCROW_PluginOperationWrapper *plugin_op_wrap; 225 struct ESCROW_PluginOperationWrapper *plugin_op_wrap;
226 226
227 /** 227 /**
228 * The escrow anchor.
229 */
230 struct GNUNET_ESCROW_Anchor *escrow_anchor;
231
232 /**
233 * The ego. 228 * The ego.
234 */ 229 */
235 const struct GNUNET_IDENTITY_Ego *ego; 230 const struct GNUNET_IDENTITY_Ego *ego;