summaryrefslogtreecommitdiff
path: root/src/include/taler_signatures.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2021-11-06 17:26:11 +0100
committerChristian Grothoff <christian@grothoff.org>2021-11-06 17:26:11 +0100
commit0b370a68148507016c6e707b01918350887887f7 (patch)
tree4ca354a308ef8219d277e4e11bf383c3ec925ced /src/include/taler_signatures.h
parent8175fdfa0f47e74e239190e809eff4dda5565a76 (diff)
downloadexchange-0b370a68148507016c6e707b01918350887887f7.tar.gz
exchange-0b370a68148507016c6e707b01918350887887f7.tar.bz2
exchange-0b370a68148507016c6e707b01918350887887f7.zip
add extension hashing
Diffstat (limited to 'src/include/taler_signatures.h')
-rw-r--r--src/include/taler_signatures.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/include/taler_signatures.h b/src/include/taler_signatures.h
index eeceaf3d8..5eef0db6f 100644
--- a/src/include/taler_signatures.h
+++ b/src/include/taler_signatures.h
@@ -530,13 +530,6 @@ struct TALER_DepositRequestPS
*/
struct TALER_MerchantPublicKeyP merchant;
- /**
- * The coin's public key. This is the value that must have been
- * signed (blindly) by the Exchange. The deposit request is to be
- * signed by the corresponding private key (using EdDSA).
- */
- struct TALER_CoinSpendPublicKeyP coin_pub;
-
};