summaryrefslogtreecommitdiff
path: root/src/auditor/taler-auditor.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2019-09-03 04:44:48 +0200
committerChristian Grothoff <christian@grothoff.org>2019-09-03 04:44:48 +0200
commit3eb0a3766f73f01105e7ee894f03617b0ca9a0b0 (patch)
tree48e703d4f30fd8b58976d3ea728405363c4f35fd /src/auditor/taler-auditor.c
parente43b67933707aff7e5aef3ecdfd08588f7fb7e22 (diff)
downloadexchange-3eb0a3766f73f01105e7ee894f03617b0ca9a0b0.tar.gz
exchange-3eb0a3766f73f01105e7ee894f03617b0ca9a0b0.tar.bz2
exchange-3eb0a3766f73f01105e7ee894f03617b0ca9a0b0.zip
add test for missing denomination signature checks
Diffstat (limited to 'src/auditor/taler-auditor.c')
-rw-r--r--src/auditor/taler-auditor.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/auditor/taler-auditor.c b/src/auditor/taler-auditor.c
index ca421cd8f..3e0c7f738 100644
--- a/src/auditor/taler-auditor.c
+++ b/src/auditor/taler-auditor.c
@@ -3904,6 +3904,9 @@ deposit_cb (void *cls,
cc->qs = qs;
return GNUNET_SYSERR;
}
+ // FIXME42: should verify that the
+ // coin was properly signed via TALER_test_coin_valid() here!
+ // (but may need more information from DB to do so!)
/* Verify deposit signature */
dr.purpose.purpose = htonl (TALER_SIGNATURE_WALLET_COIN_DEPOSIT);