diff options
Diffstat (limited to 'src/include/taler_signatures.h')
-rw-r--r-- | src/include/taler_signatures.h | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/src/include/taler_signatures.h b/src/include/taler_signatures.h index f55f0c2e4..c346a6cee 100644 --- a/src/include/taler_signatures.h +++ b/src/include/taler_signatures.h | |||
@@ -317,19 +317,6 @@ struct TALER_WithdrawRequestPS | |||
317 | struct TALER_AmountNBO amount_with_fee; | 317 | struct TALER_AmountNBO amount_with_fee; |
318 | 318 | ||
319 | /** | 319 | /** |
320 | * Withdrawal fee charged by the exchange. This must match the Exchange's | ||
321 | * denomination key's withdrawal fee. If the client puts in an | ||
322 | * invalid withdrawal fee (too high or too low) that does not match | ||
323 | * the Exchange's denomination key, the withdraw operation is invalid | ||
324 | * and will be rejected by the exchange. The @e amount_with_fee minus | ||
325 | * the @e withdraw_fee is must match the value of the generated | ||
326 | * coin. We include this in what is being signed so that we can | ||
327 | * verify a exchange's accounting without needing to access the | ||
328 | * respective denomination key information each time. | ||
329 | */ | ||
330 | struct TALER_AmountNBO withdraw_fee; | ||
331 | |||
332 | /** | ||
333 | * Hash of the denomination public key for the coin that is withdrawn. | 320 | * Hash of the denomination public key for the coin that is withdrawn. |
334 | */ | 321 | */ |
335 | struct GNUNET_HashCode h_denomination_pub GNUNET_PACKED; | 322 | struct GNUNET_HashCode h_denomination_pub GNUNET_PACKED; |
@@ -517,17 +504,6 @@ struct TALER_RefundRequestPS | |||
517 | */ | 504 | */ |
518 | struct TALER_AmountNBO refund_amount; | 505 | struct TALER_AmountNBO refund_amount; |
519 | 506 | ||
520 | /** | ||
521 | * Refund fee charged by the exchange. This must match the | ||
522 | * Exchange's denomination key's refund fee. If the client puts in | ||
523 | * an invalid refund fee (too high or too low) that does not match | ||
524 | * the Exchange's denomination key, the refund operation is invalid | ||
525 | * and will be rejected by the exchange. The @e amount_with_fee | ||
526 | * minus the @e refund_fee is the amount that will be credited to | ||
527 | * the original coin. | ||
528 | */ | ||
529 | struct TALER_AmountNBO refund_fee; | ||
530 | |||
531 | }; | 507 | }; |
532 | 508 | ||
533 | 509 | ||