summaryrefslogtreecommitdiff
path: root/src/include/taler_signatures.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2021-10-28 19:48:01 +0200
committerChristian Grothoff <christian@grothoff.org>2021-10-28 19:48:01 +0200
commitfef26ec5255296811e3fda919fe0c6d7b2ba4bf7 (patch)
treeff902f85dd571873e4730d2a6c5dd22ed7a91b14 /src/include/taler_signatures.h
parent07ea1c9890905b93ef8d817c6d4247aead89bf4a (diff)
downloadexchange-fef26ec5255296811e3fda919fe0c6d7b2ba4bf7.tar.gz
exchange-fef26ec5255296811e3fda919fe0c6d7b2ba4bf7.tar.bz2
exchange-fef26ec5255296811e3fda919fe0c6d7b2ba4bf7.zip
-fixes
Diffstat (limited to 'src/include/taler_signatures.h')
-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 6293a2577..f0da70d4c 100644
--- a/src/include/taler_signatures.h
+++ b/src/include/taler_signatures.h
@@ -1410,7 +1410,7 @@ struct TALER_ProposalDataPS
* Hash of the JSON contract in UTF-8 including 0-termination,
* using JSON_COMPACT | JSON_SORT_KEYS
*/
- struct GNUNET_HashCode hash;
+ struct TALER_PrivateContractHash hash;
};
/**