diff options
author | Christian Grothoff <christian@grothoff.org> | 2021-12-16 20:18:44 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2021-12-16 20:18:44 +0100 |
commit | 1acc851deb38c52e4212823100eec8a00d5f385a (patch) | |
tree | 67d62b84291996a0def04e9cec16e06025a285ed /src/include/taler_signatures.h | |
parent | 3b6a0dd5994b824ecbf246bb17e5be7611e89386 (diff) |
-fix recoup ugliness
Diffstat (limited to 'src/include/taler_signatures.h')
-rw-r--r-- | src/include/taler_signatures.h | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/src/include/taler_signatures.h b/src/include/taler_signatures.h index 87a004e31..643aa80de 100644 --- a/src/include/taler_signatures.h +++ b/src/include/taler_signatures.h @@ -1497,11 +1497,6 @@ struct TALER_RecoupRequestPS struct GNUNET_CRYPTO_EccSignaturePurpose purpose; /** - * Public key of the coin to be refunded. - */ - struct TALER_CoinSpendPublicKeyP coin_pub; - - /** * Hash of the (revoked) denomination public key of the coin. */ struct TALER_DenominationHash h_denom_pub; @@ -1510,6 +1505,12 @@ struct TALER_RecoupRequestPS * Blinding factor that was used to withdraw the coin. */ union TALER_DenominationBlindingKeyP coin_blind; + + /** + * How much of the coin's value will be recouped? + */ + struct TALER_AmountNBO recoup_amount; + }; |