aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/escrow/plugin_rest_escrow.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/escrow/plugin_rest_escrow.c b/src/escrow/plugin_rest_escrow.c
index d1a7cd1e7..0453da1fe 100644
--- a/src/escrow/plugin_rest_escrow.c
+++ b/src/escrow/plugin_rest_escrow.c
@@ -114,7 +114,7 @@
114/** 114/**
115 * Parameter anchor-data 115 * Parameter anchor-data
116 */ 116 */
117#define GNUNET_REST_ESCROW_PARAM_ANCHOR_DATA "anchor-data" 117#define GNUNET_REST_ESCROW_PARAM_ANCHOR_DATA "anchorData"
118 118
119/** 119/**
120 * Parameter method 120 * Parameter method
@@ -124,7 +124,7 @@
124/** 124/**
125 * Parameter user-secret 125 * Parameter user-secret
126 */ 126 */
127#define GNUNET_REST_ESCROW_PARAM_USER_SECRET "user-secret" 127#define GNUNET_REST_ESCROW_PARAM_USER_SECRET "userSecret"
128 128
129/** 129/**
130 * Parameter pubkey 130 * Parameter pubkey
@@ -139,22 +139,22 @@
139/** 139/**
140 * Parameter verification-result 140 * Parameter verification-result
141 */ 141 */
142#define GNUNET_REST_ESCROW_PARAM_VERIFICATION_RESULT "verification-result" 142#define GNUNET_REST_ESCROW_PARAM_VERIFICATION_RESULT "verificationResult"
143 143
144/** 144/**
145 * Parameter last-method 145 * Parameter last-method
146 */ 146 */
147#define GNUNET_REST_ESCROW_PARAM_LAST_METHOD "last-method" 147#define GNUNET_REST_ESCROW_PARAM_LAST_METHOD "lastMethod"
148 148
149/** 149/**
150 * Parameter last-successful-verification 150 * Parameter last-successful-verification
151 */ 151 */
152#define GNUNET_REST_ESCROW_PARAM_LAST_VERIF "last-successful-verification" 152#define GNUNET_REST_ESCROW_PARAM_LAST_VERIF "lastSuccessfulVerification"
153 153
154/** 154/**
155 * Parameter next-recommended-verification 155 * Parameter next-recommended-verification
156 */ 156 */
157#define GNUNET_REST_ESCROW_PARAM_NEXT_VERIF "next-recommended-verification" 157#define GNUNET_REST_ESCROW_PARAM_NEXT_VERIF "nextRecommendedVerification"
158 158
159/** 159/**
160 * State while collecting all egos 160 * State while collecting all egos