exchange

Base system with REST service to issue digital coins, run by the payment service provider
Log | Files | Refs | Submodules | README | LICENSE

commit 26d5e08816d3a435cb562db5859069206ca95a63
parent 3ead839e3cede149c24a70bc3ccb628234318ced
Author: Marcello Stanisci <marcello.stanisci@inria.fr>
Date:   Mon,  6 Feb 2017 13:54:17 +0100

h_proposal_data -> hash

Diffstat:
Msrc/include/taler_signatures.h | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 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; }; /**