diff options
Diffstat (limited to 'src/util')
-rw-r--r-- | src/util/wallet_signatures.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/util/wallet_signatures.c b/src/util/wallet_signatures.c index df6d48b9b..1b8015628 100644 --- a/src/util/wallet_signatures.c +++ b/src/util/wallet_signatures.c @@ -898,6 +898,10 @@ struct TALER_PurseDepositPS */ struct TALER_AmountNBO coin_amount; + // FIXME-CG: also sign over age commitment hash AND + // denomination hash, needed for proper known-coin + // conflict proofs! + /** * Purse to deposit funds into. */ |