gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-deployment] branch master updated: logging


From: gnunet
Subject: [taler-deployment] branch master updated: logging
Date: Tue, 07 Sep 2021 10:11:16 +0200

This is an automated email from the git hooks/post-receive script.

ms pushed a commit to branch master
in repository deployment.

The following commit(s) were added to refs/heads/master by this push:
     new 70ee81a  logging
70ee81a is described below

commit 70ee81afbdde0e715c8a385460c3c2e6b58a9b6f
Author: MS <ms@taler.net>
AuthorDate: Tue Sep 7 08:11:12 2021 +0000

    logging
---
 buildbot/check_tip_reserve.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/buildbot/check_tip_reserve.py b/buildbot/check_tip_reserve.py
index 797a8e5..f682a1a 100755
--- a/buildbot/check_tip_reserve.py
+++ b/buildbot/check_tip_reserve.py
@@ -47,6 +47,7 @@ for item in reserves:
     allocated_amount = Amount.parse(item.get("merchant_initial_amount"))
     confirmed_amount = Amount.parse(item.get("exchange_initial_amount"))
     if allocated_amount != confirmed_amount:
+        print("WARNING: merchant_initial_amount != exchange_initial_amount")
         exit(1)
     remaining_amount = allocated_amount - committed_amount
     if remaining_amount > max_amount:

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]