diff options
author | Christian Grothoff <grothoff@gnunet.org> | 2023-08-29 13:53:23 +0200 |
---|---|---|
committer | Christian Grothoff <grothoff@gnunet.org> | 2023-08-29 13:53:23 +0200 |
commit | 3e9a1fc66e4c8317a7d9012d36c5685682ec3c10 (patch) | |
tree | 8509c59e9643a0fcfbb11c394b544b54dbc76543 /src/util | |
parent | db0866fc932e34eb8d76e2149f04c1764415501b (diff) |
remove /wire endpoint, add wallet_data_hash to deposit, bump protocol version to v17
Diffstat (limited to 'src/util')
-rw-r--r-- | src/util/wallet_signatures.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/util/wallet_signatures.c b/src/util/wallet_signatures.c index 823641ed4..89acecb35 100644 --- a/src/util/wallet_signatures.c +++ b/src/util/wallet_signatures.c @@ -111,6 +111,12 @@ struct TALER_DepositRequestPS */ struct TALER_MerchantPublicKeyP merchant; + /** + * Hash over a JSON containing data provided by the + * wallet to complete the contract upon payment. + */ + struct GNUNET_HashCode wallet_data_hash; + }; GNUNET_NETWORK_STRUCT_END |