summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcello Stanisci <marcello.stanisci@inria.fr>2017-02-06 13:54:17 +0100
committerMarcello Stanisci <marcello.stanisci@inria.fr>2017-02-06 13:54:17 +0100
commit26d5e08816d3a435cb562db5859069206ca95a63 (patch)
tree39151f0e8209e4fb3745e776558234847b85e0f1
parent3ead839e3cede149c24a70bc3ccb628234318ced (diff)
downloadexchange-26d5e08816d3a435cb562db5859069206ca95a63.tar.gz
exchange-26d5e08816d3a435cb562db5859069206ca95a63.tar.bz2
exchange-26d5e08816d3a435cb562db5859069206ca95a63.zip
h_proposal_data -> hash
-rw-r--r--src/include/taler_signatures.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/taler_signatures.h b/src/include/taler_signatures.h
index 626526777..cf05d6551 100644
--- a/src/include/taler_signatures.h
+++ b/src/include/taler_signatures.h
@@ -1043,7 +1043,7 @@ struct TALER_ProposalDataPS
* Hash of the JSON contract in UTF-8 including 0-termination,
* using JSON_COMPACT | JSON_SORT_KEYS
*/
- struct GNUNET_HashCode h_proposal_data;
+ struct GNUNET_HashCode hash;
};
/**