exchange

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

commit 3ea8450261ddb0b344e8df8285b8aedd205b33c0
parent 6bb19833bbee1f8e203e78f8acd52d9929a3a352
Author: Christian Grothoff <christian@grothoff.org>
Date:   Mon, 28 Oct 2024 12:06:23 +0100

-formatting fixes

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

diff --git a/src/auditor/test-auditor.sh b/src/auditor/test-auditor.sh @@ -2108,25 +2108,25 @@ function test_33() { "TESTKUDOS:0" \ "Wrong arithmetic delta minus from reserves" - echo -n "Checking for unexpected wire out differences " + echo -n "Checking for unexpected wire out differences... " check_no_report "wire-out-inconsistency" # Just to test the endpoint and for logging ... call_endpoint "balances" - echo -n "Testing for aggregation bad sig loss" + echo -n "Testing for aggregation bad sig loss... " check_balance \ "aggregation_total_bad_sig_loss" \ "TESTKUDOS:0" \ "Wrong total bad sig loss from aggregation, got unexpected loss" - echo -n "Testing for coin bad sig loss" + echo -n "Testing for coin bad sig loss... " check_balance \ "coin_irregular_loss" \ "TESTKUDOS:0" \ "Wrong total bad sig loss from coins, got unexpected loss" - echo -n "Testing for reserves bad sig loss" + echo -n "Testing for reserves bad sig loss... " check_balance \ "reserves_total_bad_sig_loss" \ "TESTKUDOS:0" \