exchange

Base system with REST service to issue digital coins, run by the payment service provider
Log | Files | Refs | Submodules | README | LICENSE

commit 66fa3559c874ae16c17fe4481744a7d1ab9dd314
parent 69fb0e677213a7231161233697919c58c27b4613
Author: Christian Grothoff <christian@grothoff.org>
Date:   Sun, 22 Mar 2020 14:52:39 +0100

missing tests

Diffstat:
Msrc/auditor/test-auditor.sh | 6++++++
1 file changed, 6 insertions(+), 0 deletions(-)

diff --git a/src/auditor/test-auditor.sh b/src/auditor/test-auditor.sh @@ -1579,6 +1579,12 @@ fi # ************************************************** # TODO: Add tests for revocation (payback, accepting of coins despite revocation) HERE! #6053 +# +# Test detection of fee structure inconsistencies +# for denomination/wire fees (ADB vs. EDB tables!) +# +# Missing test for 'bad signature loss' detected by auditor-aggregation. +# # **************************************************